Html Css Color HEX #C03D74 Royal Heath

📋 copy color: '#C03D74'

red 192 ◦ green 61 ◦ blue 116

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

Shades of Royal Heath #C03D74

Tints of Royal Heath #C03D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 52.03%
G = 16.53%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C03D74 (or 0xC03D74) is known color: Royal Heath. HEX triplet: C0, 3D and 74. RGB value is (192,61,116). Sum of RGB (Red+Green+Blue) = 192+61+116=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D74 is #3FC28B. Grayscale: #6A6A6A. Windows color (decimal): -4178572 or 7617984. OLE color: 7617984.

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

Color convert

RGB 192 61 116 -
CMYK 0 0.68 0.40 0.25
HSL 334.81º 0.52% 0.5% -
HSV(B) 334.81º 0.68% 0.75% -
XYZ 26.56 15.8 18.17 -
YUV 106.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 192 61 116 0 0.68 0.40 0.25 334.81 0.52 0.5
Hex C0 3D 74 0 44 28 19 14F 34 32
Octal 300 75 164 0 104 50 31 517 64 62
Binary 11000000 111101 1110100 0 1000100 101000 11001 101001111 110100 110010

Color Harmonies of #C03D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D74

Black with #C03D74

Text Example


Text Example

White with #C03D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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