Html Css Color HEX #C25AA5 Mulberry

📋 copy color: '#C25AA5'

red 194 ◦ green 90 ◦ blue 165

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

Shades of Mulberry #C25AA5

Tints of Mulberry #C25AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 43.21%
G = 20.04%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C25AA5 (or 0xC25AA5) is known color: Mulberry. HEX triplet: C2, 5A and A5. RGB value is (194,90,165). Sum of RGB (Red+Green+Blue) = 194+90+165=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AA5 is #3DA55A. Grayscale: #818181. Windows color (decimal): -4040027 or 10836674. OLE color: 10836674.

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

Color convert

RGB 194 90 165 -
CMYK 0 0.54 0.15 0.24
HSL 316.73º 0.46% 0.56% -
HSV(B) 316.73º 0.54% 0.76% -
XYZ 32.7 21.5 38.02 -
YUV 129.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 194 90 165 0 0.54 0.15 0.24 316.73 0.46 0.56
Hex C2 5A A5 0 36 F 18 13D 2E 38
Octal 302 132 245 0 66 17 30 475 56 70
Binary 11000010 1011010 10100101 0 110110 1111 11000 100111101 101110 111000

Color Harmonies of #C25AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AA5

Black with #C25AA5

Text Example


Text Example

White with #C25AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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