Html Css Color HEX #C33C78 Royal Heath

📋 copy color: '#C33C78'

red 195 ◦ green 60 ◦ blue 120

#C33C78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C33C78

Tints of Royal Heath #C33C78

RGB

 RED value IS 195 (76.56% from 255) = 52%

 GREEN value IS 60 (23.83% from 255) = 16%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 52%
G = 16%
B = 32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C33C78 (or 0xC33C78) is known color: Royal Heath. HEX triplet: C3, 3C and 78. RGB value is (195,60,120). Sum of RGB (Red+Green+Blue) = 195+60+120=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C78 is #3CC387. Grayscale: #6B6B6B. Windows color (decimal): -3982216 or 7879875. OLE color: 7879875.

HSL color Cylindrical-coordinate representation of color #C33C78: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C78 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 120 -
CMYK 0 0.69 0.38 0.24
HSL 333.33º 0.53% 0.5% -
HSV(B) 333.33º 0.69% 0.76% -
XYZ 27.51 16.19 19.44 -
YUV 107.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 195 60 120 0 0.69 0.38 0.24 333.33 0.53 0.5
Hex C3 3C 78 0 45 26 18 14D 35 32
Octal 303 74 170 0 105 46 30 515 65 62
Binary 11000011 111100 1111000 0 1000101 100110 11000 101001101 110101 110010

Color Harmonies of #C33C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C78

Black with #C33C78

Text Example


Text Example

White with #C33C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C78; }

 p { color: rgb(195,60,120); }

 H1.HeaderClassName
 {
   color: #C33C78;
 }
 .AnyTagClassName
 {
   color: #C33C78;
 }
</style>

background-color css

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

 a { background-color: rgb(195,60,120); }

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

border-color css

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

 span { border-color: rgb(195,60,120); }

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