Html Css Color HEX #C0427C Royal Heath

📋 copy color: '#C0427C'

red 192 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #C0427C

Tints of Royal Heath #C0427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 50.26%
G = 17.28%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0427C (or 0xC0427C) is known color: Royal Heath. HEX triplet: C0, 42 and 7C. RGB value is (192,66,124). Sum of RGB (Red+Green+Blue) = 192+66+124=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0427C is #3FBD83. Grayscale: #6E6E6E. Windows color (decimal): -4177284 or 8143552. OLE color: 8143552.

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

Color convert

RGB 192 66 124 -
CMYK 0 0.66 0.35 0.25
HSL 332.38º 0.5% 0.51% -
HSV(B) 332.38º 0.66% 0.75% -
XYZ 27.32 16.56 20.82 -
YUV 110.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 192 66 124 0 0.66 0.35 0.25 332.38 0.5 0.51
Hex C0 42 7C 0 42 23 19 14C 32 33
Octal 300 102 174 0 102 43 31 514 62 63
Binary 11000000 1000010 1111100 0 1000010 100011 11001 101001100 110010 110011

Color Harmonies of #C0427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0427C

Black with #C0427C

Text Example


Text Example

White with #C0427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0427C; }

 p { color: rgb(192,66,124); }

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

background-color css

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

 a { background-color: rgb(192,66,124); }

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

border-color css

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

 span { border-color: rgb(192,66,124); }

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