Html Css Color HEX #C34CA3 Mulberry

📋 copy color: '#C34CA3'

red 195 ◦ green 76 ◦ blue 163

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

Shades of Mulberry #C34CA3

Tints of Mulberry #C34CA3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 163 (64.06% from 255) = 37.56%

R = 44.93%
G = 17.51%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C34CA3 (or 0xC34CA3) is known color: Mulberry. HEX triplet: C3, 4C and A3. RGB value is (195,76,163). Sum of RGB (Red+Green+Blue) = 195+76+163=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CA3 is #3CB35C. Grayscale: #797979. Windows color (decimal): -3978077 or 10702019. OLE color: 10702019.

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

Color convert

RGB 195 76 163 -
CMYK 0 0.61 0.16 0.24
HSL 316.13º 0.5% 0.53% -
HSV(B) 316.13º 0.61% 0.76% -
XYZ 31.7 19.42 36.73 -
YUV 121.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 195 76 163 0 0.61 0.16 0.24 316.13 0.5 0.53
Hex C3 4C A3 0 3D 10 18 13C 32 35
Octal 303 114 243 0 75 20 30 474 62 65
Binary 11000011 1001100 10100011 0 111101 10000 11000 100111100 110010 110101

Color Harmonies of #C34CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CA3

Black with #C34CA3

Text Example


Text Example

White with #C34CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CA3; }

 p { color: rgb(195,76,163); }

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

background-color css

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

 a { background-color: rgb(195,76,163); }

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

border-color css

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

 span { border-color: rgb(195,76,163); }

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