Html Css Color HEX #C0437D Royal Heath

📋 copy color: '#C0437D'

red 192 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #C0437D

Tints of Royal Heath #C0437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 50%
G = 17.45%
B = 32.55%

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

#C0437D (or 0xC0437D) is known color: Royal Heath. HEX triplet: C0, 43 and 7D. RGB value is (192,67,125). Sum of RGB (Red+Green+Blue) = 192+67+125=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0437D is #3FBC82. Grayscale: #6E6E6E. Windows color (decimal): -4177027 or 8209344. OLE color: 8209344.

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

Color convert

RGB 192 67 125 -
CMYK 0 0.65 0.35 0.25
HSL 332.16º 0.5% 0.51% -
HSV(B) 332.16º 0.65% 0.75% -
XYZ 27.45 16.7 21.18 -
YUV 110.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 192 67 125 0 0.65 0.35 0.25 332.16 0.5 0.51
Hex C0 43 7D 0 41 23 19 14C 32 33
Octal 300 103 175 0 101 43 31 514 62 63
Binary 11000000 1000011 1111101 0 1000001 100011 11001 101001100 110010 110011

Color Harmonies of #C0437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0437D

Black with #C0437D

Text Example


Text Example

White with #C0437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0437D; }

 p { color: rgb(192,67,125); }

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

background-color css

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

 a { background-color: rgb(192,67,125); }

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

border-color css

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

 span { border-color: rgb(192,67,125); }

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