Html Css Color HEX #C33C71 Royal Heath

📋 copy color: '#C33C71'

red 195 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #C33C71

Tints of Royal Heath #C33C71

RGB

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

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

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

R = 52.99%
G = 16.3%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33C71 (or 0xC33C71) is known color: Royal Heath. HEX triplet: C3, 3C and 71. RGB value is (195,60,113). Sum of RGB (Red+Green+Blue) = 195+60+113=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C71 is #3CC38E. Grayscale: #6A6A6A. Windows color (decimal): -3982223 or 7421123. OLE color: 7421123.

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

Color convert

RGB 195 60 113 -
CMYK 0 0.69 0.42 0.24
HSL 336.44º 0.53% 0.5% -
HSV(B) 336.44º 0.69% 0.76% -
XYZ 27.1 16.03 17.29 -
YUV 106.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 195 60 113 0 0.69 0.42 0.24 336.44 0.53 0.5
Hex C3 3C 71 0 45 2A 18 150 35 32
Octal 303 74 161 0 105 52 30 520 65 62
Binary 11000011 111100 1110001 0 1000101 101010 11000 101010000 110101 110010

Color Harmonies of #C33C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C71

Black with #C33C71

Text Example


Text Example

White with #C33C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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