Html Css Color HEX #C34EA2 Mulberry

📋 copy color: '#C34EA2'

red 195 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #C34EA2

Tints of Mulberry #C34EA2

RGB

 RED value IS 195 (76.56% from 255) = 44.83%

 GREEN value IS 78 (30.86% from 255) = 17.93%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 44.83%
G = 17.93%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C34EA2 (or 0xC34EA2) is known color: Mulberry. HEX triplet: C3, 4E and A2. RGB value is (195,78,162). Sum of RGB (Red+Green+Blue) = 195+78+162=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA2 is #3CB15D. Grayscale: #7A7A7A. Windows color (decimal): -3977566 or 10636995. OLE color: 10636995.

HSL color Cylindrical-coordinate representation of color #C34EA2: hue angle of 316.92º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34EA2 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 78 162 -
CMYK 0 0.6 0.17 0.24
HSL 316.92º 0.49% 0.54% -
HSV(B) 316.92º 0.6% 0.76% -
XYZ 31.75 19.66 36.3 -
YUV 122.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 195 78 162 0 0.6 0.17 0.24 316.92 0.49 0.54
Hex C3 4E A2 0 3C 11 18 13D 31 36
Octal 303 116 242 0 74 21 30 475 61 66
Binary 11000011 1001110 10100010 0 111100 10001 11000 100111101 110001 110110

Color Harmonies of #C34EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EA2

Black with #C34EA2

Text Example


Text Example

White with #C34EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EA2; }

 p { color: rgb(195,78,162); }

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

background-color css

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

 a { background-color: rgb(195,78,162); }

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

border-color css

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

 span { border-color: rgb(195,78,162); }

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