Html Css Color HEX #C34EA4 Mulberry

📋 copy color: '#C34EA4'

red 195 ◦ green 78 ◦ blue 164

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

Shades of Mulberry #C34EA4

Tints of Mulberry #C34EA4

RGB

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

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

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

R = 44.62%
G = 17.85%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C34EA4 (or 0xC34EA4) is known color: Mulberry. HEX triplet: C3, 4E and A4. RGB value is (195,78,164). Sum of RGB (Red+Green+Blue) = 195+78+164=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA4 is #3CB15B. Grayscale: #7A7A7A. Windows color (decimal): -3977564 or 10768067. OLE color: 10768067.

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

Color convert

RGB 195 78 164 -
CMYK 0 0.6 0.16 0.24
HSL 315.9º 0.49% 0.54% -
HSV(B) 315.9º 0.6% 0.76% -
XYZ 31.93 19.73 37.25 -
YUV 122.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 195 78 164 0 0.6 0.16 0.24 315.9 0.49 0.54
Hex C3 4E A4 0 3C 10 18 13C 31 36
Octal 303 116 244 0 74 20 30 474 61 66
Binary 11000011 1001110 10100100 0 111100 10000 11000 100111100 110001 110110

Color Harmonies of #C34EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EA4

Black with #C34EA4

Text Example


Text Example

White with #C34EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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