Html Css Color HEX #C03C78 Royal Heath

📋 copy color: '#C03C78'

red 192 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #C03C78

Tints of Royal Heath #C03C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 51.61%
G = 16.13%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C03C78 (or 0xC03C78) is known color: Royal Heath. HEX triplet: C0, 3C and 78. RGB value is (192,60,120). Sum of RGB (Red+Green+Blue) = 192+60+120=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C78 is #3FC387. Grayscale: #6A6A6A. Windows color (decimal): -4178824 or 7879872. OLE color: 7879872.

HSL color Cylindrical-coordinate representation of color #C03C78: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C78 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 120 -
CMYK 0 0.69 0.38 0.25
HSL 332.73º 0.52% 0.49% -
HSV(B) 332.73º 0.69% 0.75% -
XYZ 26.74 15.79 19.41 -
YUV 106.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 192 60 120 0 0.69 0.38 0.25 332.73 0.52 0.49
Hex C0 3C 78 0 45 26 19 14D 34 31
Octal 300 74 170 0 105 46 31 515 64 61
Binary 11000000 111100 1111000 0 1000101 100110 11001 101001101 110100 110001

Color Harmonies of #C03C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C78

Black with #C03C78

Text Example


Text Example

White with #C03C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C78; }

 p { color: rgb(192,60,120); }

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

background-color css

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

 a { background-color: rgb(192,60,120); }

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

border-color css

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

 span { border-color: rgb(192,60,120); }

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