Html Css Color HEX #C341A2 Mulberry

📋 copy color: '#C341A2'

red 195 ◦ green 65 ◦ blue 162

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

Shades of Mulberry #C341A2

Tints of Mulberry #C341A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 46.21%
G = 15.4%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C341A2 (or 0xC341A2) is known color: Mulberry. HEX triplet: C3, 41 and A2. RGB value is (195,65,162). Sum of RGB (Red+Green+Blue) = 195+65+162=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C341A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341A2 is #3CBE5D. Grayscale: #727272. Windows color (decimal): -3980894 or 10633667. OLE color: 10633667.

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

Color convert

RGB 195 65 162 -
CMYK 0 0.67 0.17 0.24
HSL 315.23º 0.52% 0.51% -
HSV(B) 315.23º 0.67% 0.76% -
XYZ 30.92 17.99 36.03 -
YUV 114.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 195 65 162 0 0.67 0.17 0.24 315.23 0.52 0.51
Hex C3 41 A2 0 43 11 18 13B 34 33
Octal 303 101 242 0 103 21 30 473 64 63
Binary 11000011 1000001 10100010 0 1000011 10001 11000 100111011 110100 110011

Color Harmonies of #C341A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341A2

Black with #C341A2

Text Example


Text Example

White with #C341A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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