Html Css Color HEX #C2437C Royal Heath

📋 copy color: '#C2437C'

red 194 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #C2437C

Tints of Royal Heath #C2437C

RGB

 RED value IS 194 (76.17% from 255) = 50.39%

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

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

R = 50.39%
G = 17.4%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2437C (or 0xC2437C) is known color: Royal Heath. HEX triplet: C2, 43 and 7C. RGB value is (194,67,124). Sum of RGB (Red+Green+Blue) = 194+67+124=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2437C is #3DBC83. Grayscale: #6F6F6F. Windows color (decimal): -4045956 or 8143810. OLE color: 8143810.

HSL color Cylindrical-coordinate representation of color #C2437C: hue angle of 333.07º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2437C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 124 -
CMYK 0 0.65 0.36 0.24
HSL 333.07º 0.51% 0.51% -
HSV(B) 333.07º 0.65% 0.76% -
XYZ 27.89 16.94 20.87 -
YUV 111.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 194 67 124 0 0.65 0.36 0.24 333.07 0.51 0.51
Hex C2 43 7C 0 41 24 18 14D 33 33
Octal 302 103 174 0 101 44 30 515 63 63
Binary 11000010 1000011 1111100 0 1000001 100100 11000 101001101 110011 110011

Color Harmonies of #C2437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2437C

Black with #C2437C

Text Example


Text Example

White with #C2437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2437C; }

 p { color: rgb(194,67,124); }

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

background-color css

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

 a { background-color: rgb(194,67,124); }

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

border-color css

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

 span { border-color: rgb(194,67,124); }

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