Html Css Color HEX #C33F70 Royal Heath

📋 copy color: '#C33F70'

red 195 ◦ green 63 ◦ blue 112

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

Shades of Royal Heath #C33F70

Tints of Royal Heath #C33F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 52.7%
G = 17.03%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C33F70 (or 0xC33F70) is known color: Royal Heath. HEX triplet: C3, 3F and 70. RGB value is (195,63,112). Sum of RGB (Red+Green+Blue) = 195+63+112=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F70 is #3CC08F. Grayscale: #6B6B6B. Windows color (decimal): -3981456 or 7356355. OLE color: 7356355.

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

Color convert

RGB 195 63 112 -
CMYK 0 0.68 0.43 0.24
HSL 337.73º 0.52% 0.51% -
HSV(B) 337.73º 0.68% 0.76% -
XYZ 27.21 16.33 17.05 -
YUV 108.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 195 63 112 0 0.68 0.43 0.24 337.73 0.52 0.51
Hex C3 3F 70 0 44 2B 18 152 34 33
Octal 303 77 160 0 104 53 30 522 64 63
Binary 11000011 111111 1110000 0 1000100 101011 11000 101010010 110100 110011

Color Harmonies of #C33F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F70

Black with #C33F70

Text Example


Text Example

White with #C33F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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