Html Css Color HEX #C25EA4 Mulberry

📋 copy color: '#C25EA4'

red 194 ◦ green 94 ◦ blue 164

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

Shades of Mulberry #C25EA4

Tints of Mulberry #C25EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.8%

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 42.92%
G = 20.8%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C25EA4 (or 0xC25EA4) is known color: Mulberry. HEX triplet: C2, 5E and A4. RGB value is (194,94,164). Sum of RGB (Red+Green+Blue) = 194+94+164=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EA4 is #3DA15B. Grayscale: #838383. Windows color (decimal): -4039004 or 10772162. OLE color: 10772162.

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

Color convert

RGB 194 94 164 -
CMYK 0 0.52 0.15 0.24
HSL 318º 0.45% 0.56% -
HSV(B) 318º 0.52% 0.76% -
XYZ 32.95 22.16 37.66 -
YUV 131.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 194 94 164 0 0.52 0.15 0.24 318 0.45 0.56
Hex C2 5E A4 0 34 F 18 13E 2D 38
Octal 302 136 244 0 64 17 30 476 55 70
Binary 11000010 1011110 10100100 0 110100 1111 11000 100111110 101101 111000

Color Harmonies of #C25EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EA4

Black with #C25EA4

Text Example


Text Example

White with #C25EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EA4; }

 p { color: rgb(194,94,164); }

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

background-color css

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

 a { background-color: rgb(194,94,164); }

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

border-color css

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

 span { border-color: rgb(194,94,164); }

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