Html Css Color HEX #C25CA1 Mulberry

📋 copy color: '#C25CA1'

red 194 ◦ green 92 ◦ blue 161

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

Shades of Mulberry #C25CA1

Tints of Mulberry #C25CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.02%

R = 43.4%
G = 20.58%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C25CA1 (or 0xC25CA1) is known color: Mulberry. HEX triplet: C2, 5C and A1. RGB value is (194,92,161). Sum of RGB (Red+Green+Blue) = 194+92+161=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CA1 is #3DA35E. Grayscale: #828282. Windows color (decimal): -4039519 or 10575042. OLE color: 10575042.

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

Color convert

RGB 194 92 161 -
CMYK 0 0.53 0.17 0.24
HSL 319.41º 0.46% 0.56% -
HSV(B) 319.41º 0.53% 0.76% -
XYZ 32.51 21.7 36.19 -
YUV 130.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 194 92 161 0 0.53 0.17 0.24 319.41 0.46 0.56
Hex C2 5C A1 0 35 11 18 13F 2E 38
Octal 302 134 241 0 65 21 30 477 56 70
Binary 11000010 1011100 10100001 0 110101 10001 11000 100111111 101110 111000

Color Harmonies of #C25CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CA1

Black with #C25CA1

Text Example


Text Example

White with #C25CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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