Html Css Color HEX #C33E71 Royal Heath

📋 copy color: '#C33E71'

red 195 ◦ green 62 ◦ blue 113

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

Shades of Royal Heath #C33E71

Tints of Royal Heath #C33E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.76%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 52.7%
G = 16.76%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33E71 (or 0xC33E71) is known color: Royal Heath. HEX triplet: C3, 3E and 71. RGB value is (195,62,113). Sum of RGB (Red+Green+Blue) = 195+62+113=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E71 is #3CC18E. Grayscale: #6B6B6B. Windows color (decimal): -3981711 or 7421635. OLE color: 7421635.

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

Color convert

RGB 195 62 113 -
CMYK 0 0.68 0.42 0.24
HSL 336.99º 0.53% 0.5% -
HSV(B) 336.99º 0.68% 0.76% -
XYZ 27.21 16.24 17.32 -
YUV 107.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 195 62 113 0 0.68 0.42 0.24 336.99 0.53 0.5
Hex C3 3E 71 0 44 2A 18 151 35 32
Octal 303 76 161 0 104 52 30 521 65 62
Binary 11000011 111110 1110001 0 1000100 101010 11000 101010001 110101 110010

Color Harmonies of #C33E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E71

Black with #C33E71

Text Example


Text Example

White with #C33E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E71; }

 p { color: rgb(195,62,113); }

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

background-color css

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

 a { background-color: rgb(195,62,113); }

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

border-color css

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

 span { border-color: rgb(195,62,113); }

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