Html Css Color HEX #C25CA4 Mulberry

📋 copy color: '#C25CA4'

red 194 ◦ green 92 ◦ blue 164

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

Shades of Mulberry #C25CA4

Tints of Mulberry #C25CA4

RGB

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

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

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

R = 43.11%
G = 20.44%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C25CA4 (or 0xC25CA4) is known color: Mulberry. HEX triplet: C2, 5C and A4. RGB value is (194,92,164). Sum of RGB (Red+Green+Blue) = 194+92+164=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CA4 is #3DA35B. Grayscale: #828282. Windows color (decimal): -4039516 or 10771650. OLE color: 10771650.

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

Color convert

RGB 194 92 164 -
CMYK 0 0.53 0.15 0.24
HSL 317.65º 0.46% 0.56% -
HSV(B) 317.65º 0.53% 0.76% -
XYZ 32.78 21.8 37.6 -
YUV 130.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 194 92 164 0 0.53 0.15 0.24 317.65 0.46 0.56
Hex C2 5C A4 0 35 F 18 13E 2E 38
Octal 302 134 244 0 65 17 30 476 56 70
Binary 11000010 1011100 10100100 0 110101 1111 11000 100111110 101110 111000

Color Harmonies of #C25CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CA4

Black with #C25CA4

Text Example


Text Example

White with #C25CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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