#C33F6F

Color #C33F6F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C33F6F

Tints of Royal Heath #C33F6F

Color information

#C33F6F (or 0xC33F6F) is unknown color: approx Royal Heath. HEX triplet: C3, 3F and 6F. RGB value is (195,63,111). Sum of RGB (Red+Green+Blue) = 195+63+111=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F6F is #3CC090. Grayscale: #6B6B6B. Windows color (decimal): -3981457 or 7290819. OLE color: 7290819.

HSL color Cylindrical-coordinate representation of color #C33F6F: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F6F is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19563111-
CMYK00.680.430.24
HSL338.18º52.38%50.59%-
HSV(B)338.18º67.69%76.47%-
XYZ27.1516.316.75-
YUV107.94129.73190.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=52.85%
G=17.07%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956311100.680.430.24338.1852.3850.59
HexC33F6F0442B181523433
Octal30377157010453305226463
Binary1100001111111111011110100010010101111000101010010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33F6F; }

 p { color: rgb(195,63,111); }

 H1.HeaderClassName
 {
   color: #C33F6F;
 }
 .AnyTagClassName
 {
   color: #C33F6F;
 }
</style>
background-color css

<style>
 a { background-color: #C33F6F; }

 a { background-color: rgb(195,63,111); }

 div.DivClassName
 {
   background-color: #C33F6F;
 }
 .BgClassName
 {
   background-color: #C33F6F;
 }
</style>
border-color css

<style>
 span { border-color: #C33F6F; }

 span { border-color: rgb(195,63,111); }

 td.TdClassName
 {
   border-color: #C33F6F;
 }
 .TagClassName
 {
   border-color: #C33F6F;
 }
</style>