Html Css Color HEX #C25A7F Royal Heath

📋 copy color: '#C25A7F'

red 194 ◦ green 90 ◦ blue 127

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

Shades of Royal Heath #C25A7F

Tints of Royal Heath #C25A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.9%

R = 47.2%
G = 21.9%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C25A7F (or 0xC25A7F) is known color: Royal Heath. HEX triplet: C2, 5A and 7F. RGB value is (194,90,127). Sum of RGB (Red+Green+Blue) = 194+90+127=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A7F is #3DA580. Grayscale: #7D7D7D. Windows color (decimal): -4040065 or 8346306. OLE color: 8346306.

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

Color convert

RGB 194 90 127 -
CMYK 0 0.54 0.35 0.24
HSL 338.65º 0.46% 0.56% -
HSV(B) 338.65º 0.54% 0.76% -
XYZ 29.74 20.31 22.43 -
YUV 125.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 194 90 127 0 0.54 0.35 0.24 338.65 0.46 0.56
Hex C2 5A 7F 0 36 23 18 153 2E 38
Octal 302 132 177 0 66 43 30 523 56 70
Binary 11000010 1011010 1111111 0 110110 100011 11000 101010011 101110 111000

Color Harmonies of #C25A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A7F

Black with #C25A7F

Text Example


Text Example

White with #C25A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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