Html Css Color HEX #C3429B Mulberry

📋 copy color: '#C3429B'

red 195 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #C3429B

Tints of Mulberry #C3429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 46.88%
G = 15.87%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3429B (or 0xC3429B) is known color: Mulberry. HEX triplet: C3, 42 and 9B. RGB value is (195,66,155). Sum of RGB (Red+Green+Blue) = 195+66+155=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3429B is #3CBD64. Grayscale: #727272. Windows color (decimal): -3980645 or 10175171. OLE color: 10175171.

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

Color convert

RGB 195 66 155 -
CMYK 0 0.66 0.21 0.24
HSL 318.6º 0.52% 0.51% -
HSV(B) 318.6º 0.66% 0.76% -
XYZ 30.37 17.87 32.86 -
YUV 114.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 195 66 155 0 0.66 0.21 0.24 318.6 0.52 0.51
Hex C3 42 9B 0 42 15 18 13F 34 33
Octal 303 102 233 0 102 25 30 477 64 63
Binary 11000011 1000010 10011011 0 1000010 10101 11000 100111111 110100 110011

Color Harmonies of #C3429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3429B

Black with #C3429B

Text Example


Text Example

White with #C3429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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