Html Css Color HEX #C3418A Mulberry

📋 copy color: '#C3418A'

red 195 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #C3418A

Tints of Mulberry #C3418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 48.99%
G = 16.33%
B = 34.67%

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

#C3418A (or 0xC3418A) is known color: Mulberry. HEX triplet: C3, 41 and 8A. RGB value is (195,65,138). Sum of RGB (Red+Green+Blue) = 195+65+138=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3418A is #3CBE75. Grayscale: #707070. Windows color (decimal): -3980918 or 9060803. OLE color: 9060803.

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

Color convert

RGB 195 65 138 -
CMYK 0 0.67 0.29 0.24
HSL 326.31º 0.52% 0.51% -
HSV(B) 326.31º 0.67% 0.76% -
XYZ 28.98 17.22 25.84 -
YUV 112.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 195 65 138 0 0.67 0.29 0.24 326.31 0.52 0.51
Hex C3 41 8A 0 43 1D 18 146 34 33
Octal 303 101 212 0 103 35 30 506 64 63
Binary 11000011 1000001 10001010 0 1000011 11101 11000 101000110 110100 110011

Color Harmonies of #C3418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3418A

Black with #C3418A

Text Example


Text Example

White with #C3418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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