Html Css Color HEX #C2417C Royal Heath

📋 copy color: '#C2417C'

red 194 ◦ green 65 ◦ blue 124

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

Shades of Royal Heath #C2417C

Tints of Royal Heath #C2417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

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

R = 50.65%
G = 16.97%
B = 32.38%

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

#C2417C (or 0xC2417C) is known color: Royal Heath. HEX triplet: C2, 41 and 7C. RGB value is (194,65,124). Sum of RGB (Red+Green+Blue) = 194+65+124=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2417C is #3DBE83. Grayscale: #6E6E6E. Windows color (decimal): -4046468 or 8143298. OLE color: 8143298.

HSL color Cylindrical-coordinate representation of color #C2417C: hue angle of 332.56º 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 #C2417C is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 124 -
CMYK 0 0.66 0.36 0.24
HSL 332.56º 0.51% 0.51% -
HSV(B) 332.56º 0.66% 0.76% -
XYZ 27.78 16.71 20.83 -
YUV 110.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 194 65 124 0 0.66 0.36 0.24 332.56 0.51 0.51
Hex C2 41 7C 0 42 24 18 14D 33 33
Octal 302 101 174 0 102 44 30 515 63 63
Binary 11000010 1000001 1111100 0 1000010 100100 11000 101001101 110011 110011

Color Harmonies of #C2417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2417C

Black with #C2417C

Text Example


Text Example

White with #C2417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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