Html Css Color HEX #C33870 Royal Heath

📋 copy color: '#C33870'

red 195 ◦ green 56 ◦ blue 112

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

Shades of Royal Heath #C33870

Tints of Royal Heath #C33870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 53.72%
G = 15.43%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C33870 (or 0xC33870) is known color: Royal Heath. HEX triplet: C3, 38 and 70. RGB value is (195,56,112). Sum of RGB (Red+Green+Blue) = 195+56+112=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C33870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33870 is #3CC78F. Grayscale: #676767. Windows color (decimal): -3983248 or 7354563. OLE color: 7354563.

HSL color Cylindrical-coordinate representation of color #C33870: hue angle of 335.83º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33870 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 112 -
CMYK 0 0.71 0.43 0.24
HSL 335.83º 0.55% 0.49% -
HSV(B) 335.83º 0.71% 0.76% -
XYZ 26.84 15.6 16.93 -
YUV 103.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 195 56 112 0 0.71 0.43 0.24 335.83 0.55 0.49
Hex C3 38 70 0 47 2B 18 150 37 31
Octal 303 70 160 0 107 53 30 520 67 61
Binary 11000011 111000 1110000 0 1000111 101011 11000 101010000 110111 110001

Color Harmonies of #C33870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33870

Black with #C33870

Text Example


Text Example

White with #C33870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33870; }

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

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

background-color css

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

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

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

border-color css

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

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

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