Html Css Color HEX #C25AA0 Mulberry

📋 copy color: '#C25AA0'

red 194 ◦ green 90 ◦ blue 160

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

Shades of Mulberry #C25AA0

Tints of Mulberry #C25AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 43.69%
G = 20.27%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C25AA0 (or 0xC25AA0) is known color: Mulberry. HEX triplet: C2, 5A and A0. RGB value is (194,90,160). Sum of RGB (Red+Green+Blue) = 194+90+160=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AA0 is #3DA55F. Grayscale: #808080. Windows color (decimal): -4040032 or 10508994. OLE color: 10508994.

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

Color convert

RGB 194 90 160 -
CMYK 0 0.54 0.18 0.24
HSL 319.62º 0.46% 0.56% -
HSV(B) 319.62º 0.54% 0.76% -
XYZ 32.25 21.32 35.67 -
YUV 129.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 194 90 160 0 0.54 0.18 0.24 319.62 0.46 0.56
Hex C2 5A A0 0 36 12 18 140 2E 38
Octal 302 132 240 0 66 22 30 500 56 70
Binary 11000010 1011010 10100000 0 110110 10010 11000 101000000 101110 111000

Color Harmonies of #C25AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AA0

Black with #C25AA0

Text Example


Text Example

White with #C25AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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