Html Css Color HEX #C2427C Royal Heath

📋 copy color: '#C2427C'

red 194 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #C2427C

Tints of Royal Heath #C2427C

RGB

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

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

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

R = 50.52%
G = 17.19%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2427C (or 0xC2427C) is known color: Royal Heath. HEX triplet: C2, 42 and 7C. RGB value is (194,66,124). Sum of RGB (Red+Green+Blue) = 194+66+124=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2427C is #3DBD83. Grayscale: #6E6E6E. Windows color (decimal): -4046212 or 8143554. OLE color: 8143554.

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

Color convert

RGB 194 66 124 -
CMYK 0 0.66 0.36 0.24
HSL 332.81º 0.51% 0.51% -
HSV(B) 332.81º 0.66% 0.76% -
XYZ 27.83 16.82 20.85 -
YUV 110.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 194 66 124 0 0.66 0.36 0.24 332.81 0.51 0.51
Hex C2 42 7C 0 42 24 18 14D 33 33
Octal 302 102 174 0 102 44 30 515 63 63
Binary 11000010 1000010 1111100 0 1000010 100100 11000 101001101 110011 110011

Color Harmonies of #C2427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2427C

Black with #C2427C

Text Example


Text Example

White with #C2427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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