Html Css Color HEX #C03D6F Royal Heath

📋 copy color: '#C03D6F'

red 192 ◦ green 61 ◦ blue 111

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

Shades of Royal Heath #C03D6F

Tints of Royal Heath #C03D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.76%

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 52.75%
G = 16.76%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C03D6F (or 0xC03D6F) is known color: Royal Heath. HEX triplet: C0, 3D and 6F. RGB value is (192,61,111). Sum of RGB (Red+Green+Blue) = 192+61+111=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D6F is #3FC290. Grayscale: #696969. Windows color (decimal): -4178577 or 7290304. OLE color: 7290304.

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

Color convert

RGB 192 61 111 -
CMYK 0 0.68 0.42 0.25
HSL 337.1º 0.52% 0.5% -
HSV(B) 337.1º 0.68% 0.75% -
XYZ 26.28 15.69 16.68 -
YUV 105.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 192 61 111 0 0.68 0.42 0.25 337.1 0.52 0.5
Hex C0 3D 6F 0 44 2A 19 151 34 32
Octal 300 75 157 0 104 52 31 521 64 62
Binary 11000000 111101 1101111 0 1000100 101010 11001 101010001 110100 110010

Color Harmonies of #C03D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D6F

Black with #C03D6F

Text Example


Text Example

White with #C03D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D6F; }

 p { color: rgb(192,61,111); }

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

background-color css

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

 a { background-color: rgb(192,61,111); }

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

border-color css

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

 span { border-color: rgb(192,61,111); }

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