Html Css Color HEX #C3408C Mulberry

📋 copy color: '#C3408C'

red 195 ◦ green 64 ◦ blue 140

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

Shades of Mulberry #C3408C

Tints of Mulberry #C3408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 48.87%
G = 16.04%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3408C (or 0xC3408C) is known color: Mulberry. HEX triplet: C3, 40 and 8C. RGB value is (195,64,140). Sum of RGB (Red+Green+Blue) = 195+64+140=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3408C is #3CBF73. Grayscale: #6F6F6F. Windows color (decimal): -3981172 or 9191619. OLE color: 9191619.

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

Color convert

RGB 195 64 140 -
CMYK 0 0.67 0.28 0.24
HSL 325.19º 0.52% 0.51% -
HSV(B) 325.19º 0.67% 0.76% -
XYZ 29.07 17.16 26.59 -
YUV 111.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 195 64 140 0 0.67 0.28 0.24 325.19 0.52 0.51
Hex C3 40 8C 0 43 1C 18 145 34 33
Octal 303 100 214 0 103 34 30 505 64 63
Binary 11000011 1000000 10001100 0 1000011 11100 11000 101000101 110100 110011

Color Harmonies of #C3408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3408C

Black with #C3408C

Text Example


Text Example

White with #C3408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3408C; }

 p { color: rgb(195,64,140); }

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

background-color css

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

 a { background-color: rgb(195,64,140); }

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

border-color css

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

 span { border-color: rgb(195,64,140); }

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