Html Css Color HEX #C33C74 Royal Heath

📋 copy color: '#C33C74'

red 195 ◦ green 60 ◦ blue 116

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

Shades of Royal Heath #C33C74

Tints of Royal Heath #C33C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 52.56%
G = 16.17%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C33C74 (or 0xC33C74) is known color: Royal Heath. HEX triplet: C3, 3C and 74. RGB value is (195,60,116). Sum of RGB (Red+Green+Blue) = 195+60+116=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C74 is #3CC38B. Grayscale: #6A6A6A. Windows color (decimal): -3982220 or 7617731. OLE color: 7617731.

HSL color Cylindrical-coordinate representation of color #C33C74: hue angle of 335.11º 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 #C33C74 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 116 -
CMYK 0 0.69 0.41 0.24
HSL 335.11º 0.53% 0.5% -
HSV(B) 335.11º 0.69% 0.76% -
XYZ 27.27 16.09 18.19 -
YUV 106.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 195 60 116 0 0.69 0.41 0.24 335.11 0.53 0.5
Hex C3 3C 74 0 45 29 18 14F 35 32
Octal 303 74 164 0 105 51 30 517 65 62
Binary 11000011 111100 1110100 0 1000101 101001 11000 101001111 110101 110010

Color Harmonies of #C33C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C74

Black with #C33C74

Text Example


Text Example

White with #C33C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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