Html Css Color HEX #C34EA5 Mulberry

📋 copy color: '#C34EA5'

red 195 ◦ green 78 ◦ blue 165

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

Shades of Mulberry #C34EA5

Tints of Mulberry #C34EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 44.52%
G = 17.81%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C34EA5 (or 0xC34EA5) is known color: Mulberry. HEX triplet: C3, 4E and A5. RGB value is (195,78,165). Sum of RGB (Red+Green+Blue) = 195+78+165=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA5 is #3CB15A. Grayscale: #7A7A7A. Windows color (decimal): -3977563 or 10833603. OLE color: 10833603.

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

Color convert

RGB 195 78 165 -
CMYK 0 0.6 0.15 0.24
HSL 315.38º 0.49% 0.54% -
HSV(B) 315.38º 0.6% 0.76% -
XYZ 32.02 19.77 37.73 -
YUV 122.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 195 78 165 0 0.6 0.15 0.24 315.38 0.49 0.54
Hex C3 4E A5 0 3C F 18 13B 31 36
Octal 303 116 245 0 74 17 30 473 61 66
Binary 11000011 1001110 10100101 0 111100 1111 11000 100111011 110001 110110

Color Harmonies of #C34EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EA5

Black with #C34EA5

Text Example


Text Example

White with #C34EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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