Html Css Color HEX #C25A8C Mulberry

📋 copy color: '#C25A8C'

red 194 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #C25A8C

Tints of Mulberry #C25A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 45.75%
G = 21.23%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C25A8C (or 0xC25A8C) is known color: Mulberry. HEX triplet: C2, 5A and 8C. RGB value is (194,90,140). Sum of RGB (Red+Green+Blue) = 194+90+140=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A8C is #3DA573. Grayscale: #7E7E7E. Windows color (decimal): -4040052 or 9198274. OLE color: 9198274.

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

Color convert

RGB 194 90 140 -
CMYK 0 0.54 0.28 0.24
HSL 331.15º 0.46% 0.56% -
HSV(B) 331.15º 0.54% 0.76% -
XYZ 30.64 20.68 27.19 -
YUV 126.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 194 90 140 0 0.54 0.28 0.24 331.15 0.46 0.56
Hex C2 5A 8C 0 36 1C 18 14B 2E 38
Octal 302 132 214 0 66 34 30 513 56 70
Binary 11000010 1011010 10001100 0 110110 11100 11000 101001011 101110 111000

Color Harmonies of #C25A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A8C

Black with #C25A8C

Text Example


Text Example

White with #C25A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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