Html Css Color HEX #C2427A Royal Heath

📋 copy color: '#C2427A'

red 194 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #C2427A

Tints of Royal Heath #C2427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 50.79%
G = 17.28%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2427A (or 0xC2427A) is known color: Royal Heath. HEX triplet: C2, 42 and 7A. RGB value is (194,66,122). Sum of RGB (Red+Green+Blue) = 194+66+122=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2427A is #3DBD85. Grayscale: #6E6E6E. Windows color (decimal): -4046214 or 8012482. OLE color: 8012482.

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

Color convert

RGB 194 66 122 -
CMYK 0 0.66 0.37 0.24
HSL 333.75º 0.51% 0.51% -
HSV(B) 333.75º 0.66% 0.76% -
XYZ 27.71 16.77 20.19 -
YUV 110.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 194 66 122 0 0.66 0.37 0.24 333.75 0.51 0.51
Hex C2 42 7A 0 42 25 18 14E 33 33
Octal 302 102 172 0 102 45 30 516 63 63
Binary 11000010 1000010 1111010 0 1000010 100101 11000 101001110 110011 110011

Color Harmonies of #C2427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2427A

Black with #C2427A

Text Example


Text Example

White with #C2427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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