Html Css Color HEX #C03470 Royal Heath

📋 copy color: '#C03470'

red 192 ◦ green 52 ◦ blue 112

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

Shades of Royal Heath #C03470

Tints of Royal Heath #C03470

RGB

 RED value IS 192 (75.39% from 255) = 53.93%

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 53.93%
G = 14.61%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C03470 (or 0xC03470) is known color: Royal Heath. HEX triplet: C0, 34 and 70. RGB value is (192,52,112). Sum of RGB (Red+Green+Blue) = 192+52+112=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C03470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03470 is #3FCB8F. Grayscale: #646464. Windows color (decimal): -4180880 or 7353536. OLE color: 7353536.

HSL color Cylindrical-coordinate representation of color #C03470: hue angle of 334.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03470 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 112 -
CMYK 0 0.73 0.42 0.25
HSL 334.29º 0.57% 0.48% -
HSV(B) 334.29º 0.73% 0.75% -
XYZ 25.89 14.83 16.83 -
YUV 100.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 192 52 112 0 0.73 0.42 0.25 334.29 0.57 0.48
Hex C0 34 70 0 49 2A 19 14E 39 30
Octal 300 64 160 0 111 52 31 516 71 60
Binary 11000000 110100 1110000 0 1001001 101010 11001 101001110 111001 110000

Color Harmonies of #C03470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03470

Black with #C03470

Text Example


Text Example

White with #C03470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03470; }

 p { color: rgb(192,52,112); }

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

background-color css

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

 a { background-color: rgb(192,52,112); }

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

border-color css

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

 span { border-color: rgb(192,52,112); }

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