Html Css Color HEX #C33F71 Royal Heath

📋 copy color: '#C33F71'

red 195 ◦ green 63 ◦ blue 113

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

Shades of Royal Heath #C33F71

Tints of Royal Heath #C33F71

RGB

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

 GREEN value IS 63 (25% from 255) = 16.98%

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

R = 52.56%
G = 16.98%
B = 30.46%

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

#C33F71 (or 0xC33F71) is known color: Royal Heath. HEX triplet: C3, 3F and 71. RGB value is (195,63,113). Sum of RGB (Red+Green+Blue) = 195+63+113=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F71 is #3CC08E. Grayscale: #6C6C6C. Windows color (decimal): -3981455 or 7421891. OLE color: 7421891.

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

Color convert

RGB 195 63 113 -
CMYK 0 0.68 0.42 0.24
HSL 337.27º 0.52% 0.51% -
HSV(B) 337.27º 0.68% 0.76% -
XYZ 27.26 16.35 17.34 -
YUV 108.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 195 63 113 0 0.68 0.42 0.24 337.27 0.52 0.51
Hex C3 3F 71 0 44 2A 18 151 34 33
Octal 303 77 161 0 104 52 30 521 64 63
Binary 11000011 111111 1110001 0 1000100 101010 11000 101010001 110100 110011

Color Harmonies of #C33F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F71

Black with #C33F71

Text Example


Text Example

White with #C33F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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