Html Css Color HEX #C03E75 Royal Heath

📋 copy color: '#C03E75'

red 192 ◦ green 62 ◦ blue 117

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

Shades of Royal Heath #C03E75

Tints of Royal Heath #C03E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 51.75%
G = 16.71%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C03E75 (or 0xC03E75) is known color: Royal Heath. HEX triplet: C0, 3E and 75. RGB value is (192,62,117). Sum of RGB (Red+Green+Blue) = 192+62+117=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E75 is #3FC18A. Grayscale: #6B6B6B. Windows color (decimal): -4178315 or 7683776. OLE color: 7683776.

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

Color convert

RGB 192 62 117 -
CMYK 0 0.68 0.39 0.25
HSL 334.62º 0.51% 0.5% -
HSV(B) 334.62º 0.68% 0.75% -
XYZ 26.67 15.94 18.5 -
YUV 107.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 192 62 117 0 0.68 0.39 0.25 334.62 0.51 0.5
Hex C0 3E 75 0 44 27 19 14F 33 32
Octal 300 76 165 0 104 47 31 517 63 62
Binary 11000000 111110 1110101 0 1000100 100111 11001 101001111 110011 110010

Color Harmonies of #C03E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E75

Black with #C03E75

Text Example


Text Example

White with #C03E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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