Html Css Color HEX #C3408F Mulberry

📋 copy color: '#C3408F'

red 195 ◦ green 64 ◦ blue 143

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

Shades of Mulberry #C3408F

Tints of Mulberry #C3408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 48.51%
G = 15.92%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3408F (or 0xC3408F) is known color: Mulberry. HEX triplet: C3, 40 and 8F. RGB value is (195,64,143). Sum of RGB (Red+Green+Blue) = 195+64+143=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3408F is #3CBF70. Grayscale: #6F6F6F. Windows color (decimal): -3981169 or 9388227. OLE color: 9388227.

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

Color convert

RGB 195 64 143 -
CMYK 0 0.67 0.27 0.24
HSL 323.82º 0.52% 0.51% -
HSV(B) 323.82º 0.67% 0.76% -
XYZ 29.3 17.25 27.77 -
YUV 112.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 195 64 143 0 0.67 0.27 0.24 323.82 0.52 0.51
Hex C3 40 8F 0 43 1B 18 144 34 33
Octal 303 100 217 0 103 33 30 504 64 63
Binary 11000011 1000000 10001111 0 1000011 11011 11000 101000100 110100 110011

Color Harmonies of #C3408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3408F

Black with #C3408F

Text Example


Text Example

White with #C3408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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