Html Css Color HEX #C25A7C Royal Heath

📋 copy color: '#C25A7C'

red 194 ◦ green 90 ◦ blue 124

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

Shades of Royal Heath #C25A7C

Tints of Royal Heath #C25A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

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

R = 47.55%
G = 22.06%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C25A7C (or 0xC25A7C) is known color: Royal Heath. HEX triplet: C2, 5A and 7C. RGB value is (194,90,124). Sum of RGB (Red+Green+Blue) = 194+90+124=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A7C is #3DA583. Grayscale: #7C7C7C. Windows color (decimal): -4040068 or 8149698. OLE color: 8149698.

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

Color convert

RGB 194 90 124 -
CMYK 0 0.54 0.36 0.24
HSL 340.38º 0.46% 0.56% -
HSV(B) 340.38º 0.54% 0.76% -
XYZ 29.54 20.24 21.42 -
YUV 124.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 194 90 124 0 0.54 0.36 0.24 340.38 0.46 0.56
Hex C2 5A 7C 0 36 24 18 154 2E 38
Octal 302 132 174 0 66 44 30 524 56 70
Binary 11000010 1011010 1111100 0 110110 100100 11000 101010100 101110 111000

Color Harmonies of #C25A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A7C

Black with #C25A7C

Text Example


Text Example

White with #C25A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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