Html Css Color HEX #C03E6E Royal Heath

📋 copy color: '#C03E6E'

red 192 ◦ green 62 ◦ blue 110

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

Shades of Royal Heath #C03E6E

Tints of Royal Heath #C03E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 52.75%
G = 17.03%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C03E6E (or 0xC03E6E) is known color: Royal Heath. HEX triplet: C0, 3E and 6E. RGB value is (192,62,110). Sum of RGB (Red+Green+Blue) = 192+62+110=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E6E is #3FC191. Grayscale: #6A6A6A. Windows color (decimal): -4178322 or 7225024. OLE color: 7225024.

HSL color Cylindrical-coordinate representation of color #C03E6E: hue angle of 337.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E6E is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 110 -
CMYK 0 0.68 0.43 0.25
HSL 337.85º 0.51% 0.5% -
HSV(B) 337.85º 0.68% 0.75% -
XYZ 26.28 15.78 16.41 -
YUV 106.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 192 62 110 0 0.68 0.43 0.25 337.85 0.51 0.5
Hex C0 3E 6E 0 44 2B 19 152 33 32
Octal 300 76 156 0 104 53 31 522 63 62
Binary 11000000 111110 1101110 0 1000100 101011 11001 101010010 110011 110010

Color Harmonies of #C03E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E6E

Black with #C03E6E

Text Example


Text Example

White with #C03E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E6E; }

 p { color: rgb(192,62,110); }

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

background-color css

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

 a { background-color: rgb(192,62,110); }

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

border-color css

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

 span { border-color: rgb(192,62,110); }

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