Html Css Color HEX #C0447C Royal Heath

📋 copy color: '#C0447C'

red 192 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #C0447C

Tints of Royal Heath #C0447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

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

R = 50%
G = 17.71%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0447C (or 0xC0447C) is known color: Royal Heath. HEX triplet: C0, 44 and 7C. RGB value is (192,68,124). Sum of RGB (Red+Green+Blue) = 192+68+124=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0447C is #3FBB83. Grayscale: #6F6F6F. Windows color (decimal): -4176772 or 8144064. OLE color: 8144064.

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

Color convert

RGB 192 68 124 -
CMYK 0 0.65 0.35 0.25
HSL 332.9º 0.5% 0.51% -
HSV(B) 332.9º 0.65% 0.75% -
XYZ 27.44 16.8 20.86 -
YUV 111.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 192 68 124 0 0.65 0.35 0.25 332.9 0.5 0.51
Hex C0 44 7C 0 41 23 19 14D 32 33
Octal 300 104 174 0 101 43 31 515 62 63
Binary 11000000 1000100 1111100 0 1000001 100011 11001 101001101 110010 110011

Color Harmonies of #C0447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0447C

Black with #C0447C

Text Example


Text Example

White with #C0447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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