Html Css Color HEX #C3429D Mulberry

📋 copy color: '#C3429D'

red 195 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #C3429D

Tints of Mulberry #C3429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 46.65%
G = 15.79%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3429D (or 0xC3429D) is known color: Mulberry. HEX triplet: C3, 42 and 9D. RGB value is (195,66,157). Sum of RGB (Red+Green+Blue) = 195+66+157=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3429D is #3CBD62. Grayscale: #727272. Windows color (decimal): -3980643 or 10306243. OLE color: 10306243.

HSL color Cylindrical-coordinate representation of color #C3429D: hue angle of 317.67º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3429D is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 157 -
CMYK 0 0.66 0.19 0.24
HSL 317.67º 0.52% 0.51% -
HSV(B) 317.67º 0.66% 0.76% -
XYZ 30.54 17.93 33.75 -
YUV 114.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 195 66 157 0 0.66 0.19 0.24 317.67 0.52 0.51
Hex C3 42 9D 0 42 13 18 13E 34 33
Octal 303 102 235 0 102 23 30 476 64 63
Binary 11000011 1000010 10011101 0 1000010 10011 11000 100111110 110100 110011

Color Harmonies of #C3429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3429D

Black with #C3429D

Text Example


Text Example

White with #C3429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3429D; }

 p { color: rgb(195,66,157); }

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

background-color css

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

 a { background-color: rgb(195,66,157); }

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

border-color css

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

 span { border-color: rgb(195,66,157); }

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