Html Css Color HEX #C2507C Royal Heath

📋 copy color: '#C2507C'

red 194 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #C2507C

Tints of Royal Heath #C2507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

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

R = 48.74%
G = 20.1%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2507C (or 0xC2507C) is known color: Royal Heath. HEX triplet: C2, 50 and 7C. RGB value is (194,80,124). Sum of RGB (Red+Green+Blue) = 194+80+124=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2507C is #3DAF83. Grayscale: #777777. Windows color (decimal): -4042628 or 8147138. OLE color: 8147138.

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

Color convert

RGB 194 80 124 -
CMYK 0 0.59 0.36 0.24
HSL 336.84º 0.48% 0.54% -
HSV(B) 336.84º 0.59% 0.76% -
XYZ 28.75 18.66 21.16 -
YUV 119.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 194 80 124 0 0.59 0.36 0.24 336.84 0.48 0.54
Hex C2 50 7C 0 3B 24 18 151 30 36
Octal 302 120 174 0 73 44 30 521 60 66
Binary 11000010 1010000 1111100 0 111011 100100 11000 101010001 110000 110110

Color Harmonies of #C2507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2507C

Black with #C2507C

Text Example


Text Example

White with #C2507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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