Html Css Color HEX #C3429A Mulberry

📋 copy color: '#C3429A'

red 195 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #C3429A

Tints of Mulberry #C3429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 46.99%
G = 15.9%
B = 37.11%

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

#C3429A (or 0xC3429A) is known color: Mulberry. HEX triplet: C3, 42 and 9A. RGB value is (195,66,154). Sum of RGB (Red+Green+Blue) = 195+66+154=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3429A is #3CBD65. Grayscale: #727272. Windows color (decimal): -3980646 or 10109635. OLE color: 10109635.

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

Color convert

RGB 195 66 154 -
CMYK 0 0.66 0.21 0.24
HSL 319.07º 0.52% 0.51% -
HSV(B) 319.07º 0.66% 0.76% -
XYZ 30.29 17.83 32.42 -
YUV 114.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 195 66 154 0 0.66 0.21 0.24 319.07 0.52 0.51
Hex C3 42 9A 0 42 15 18 13F 34 33
Octal 303 102 232 0 102 25 30 477 64 63
Binary 11000011 1000010 10011010 0 1000010 10101 11000 100111111 110100 110011

Color Harmonies of #C3429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3429A

Black with #C3429A

Text Example


Text Example

White with #C3429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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