Html Css Color HEX #C34AA6 Mulberry

📋 copy color: '#C34AA6'

red 195 ◦ green 74 ◦ blue 166

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

Shades of Mulberry #C34AA6

Tints of Mulberry #C34AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 44.83%
G = 17.01%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C34AA6 (or 0xC34AA6) is known color: Mulberry. HEX triplet: C3, 4A and A6. RGB value is (195,74,166). Sum of RGB (Red+Green+Blue) = 195+74+166=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AA6 is #3CB559. Grayscale: #787878. Windows color (decimal): -3978586 or 10898115. OLE color: 10898115.

HSL color Cylindrical-coordinate representation of color #C34AA6: hue angle of 314.38º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34AA6 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 166 -
CMYK 0 0.62 0.15 0.24
HSL 314.38º 0.5% 0.53% -
HSV(B) 314.38º 0.62% 0.76% -
XYZ 31.84 19.25 38.11 -
YUV 120.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 195 74 166 0 0.62 0.15 0.24 314.38 0.5 0.53
Hex C3 4A A6 0 3E F 18 13A 32 35
Octal 303 112 246 0 76 17 30 472 62 65
Binary 11000011 1001010 10100110 0 111110 1111 11000 100111010 110010 110101

Color Harmonies of #C34AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AA6

Black with #C34AA6

Text Example


Text Example

White with #C34AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AA6; }

 p { color: rgb(195,74,166); }

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

background-color css

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

 a { background-color: rgb(195,74,166); }

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

border-color css

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

 span { border-color: rgb(195,74,166); }

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