Html Css Color HEX #C25C7D Royal Heath

📋 copy color: '#C25C7D'

red 194 ◦ green 92 ◦ blue 125

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

Shades of Royal Heath #C25C7D

Tints of Royal Heath #C25C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 47.2%
G = 22.38%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C25C7D (or 0xC25C7D) is known color: Royal Heath. HEX triplet: C2, 5C and 7D. RGB value is (194,92,125). Sum of RGB (Red+Green+Blue) = 194+92+125=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C7D is #3DA382. Grayscale: #7E7E7E. Windows color (decimal): -4039555 or 8215746. OLE color: 8215746.

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

Color convert

RGB 194 92 125 -
CMYK 0 0.53 0.36 0.24
HSL 340.59º 0.46% 0.56% -
HSV(B) 340.59º 0.53% 0.76% -
XYZ 29.78 20.6 21.81 -
YUV 126.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 194 92 125 0 0.53 0.36 0.24 340.59 0.46 0.56
Hex C2 5C 7D 0 35 24 18 155 2E 38
Octal 302 134 175 0 65 44 30 525 56 70
Binary 11000010 1011100 1111101 0 110101 100100 11000 101010101 101110 111000

Color Harmonies of #C25C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C7D

Black with #C25C7D

Text Example


Text Example

White with #C25C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C7D; }

 p { color: rgb(194,92,125); }

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

background-color css

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

 a { background-color: rgb(194,92,125); }

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

border-color css

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

 span { border-color: rgb(194,92,125); }

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