Html Css Color HEX #C3408A Mulberry

📋 copy color: '#C3408A'

red 195 ◦ green 64 ◦ blue 138

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

Shades of Mulberry #C3408A

Tints of Mulberry #C3408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 49.12%
G = 16.12%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3408A (or 0xC3408A) is known color: Mulberry. HEX triplet: C3, 40 and 8A. RGB value is (195,64,138). Sum of RGB (Red+Green+Blue) = 195+64+138=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3408A is #3CBF75. Grayscale: #6F6F6F. Windows color (decimal): -3981174 or 9060547. OLE color: 9060547.

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

Color convert

RGB 195 64 138 -
CMYK 0 0.67 0.29 0.24
HSL 326.11º 0.52% 0.51% -
HSV(B) 326.11º 0.67% 0.76% -
XYZ 28.93 17.1 25.82 -
YUV 111.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 195 64 138 0 0.67 0.29 0.24 326.11 0.52 0.51
Hex C3 40 8A 0 43 1D 18 146 34 33
Octal 303 100 212 0 103 35 30 506 64 63
Binary 11000011 1000000 10001010 0 1000011 11101 11000 101000110 110100 110011

Color Harmonies of #C3408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3408A

Black with #C3408A

Text Example


Text Example

White with #C3408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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