Html Css Color HEX #C35FA2 Mulberry

📋 copy color: '#C35FA2'

red 195 ◦ green 95 ◦ blue 162

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

Shades of Mulberry #C35FA2

Tints of Mulberry #C35FA2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

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

R = 43.14%
G = 21.02%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C35FA2 (or 0xC35FA2) is known color: Mulberry. HEX triplet: C3, 5F and A2. RGB value is (195,95,162). Sum of RGB (Red+Green+Blue) = 195+95+162=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FA2 is #3CA05D. Grayscale: #848484. Windows color (decimal): -3973214 or 10641347. OLE color: 10641347.

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

Color convert

RGB 195 95 162 -
CMYK 0 0.51 0.17 0.24
HSL 319.8º 0.45% 0.57% -
HSV(B) 319.8º 0.51% 0.76% -
XYZ 33.12 22.4 36.76 -
YUV 132.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 195 95 162 0 0.51 0.17 0.24 319.8 0.45 0.57
Hex C3 5F A2 0 33 11 18 140 2D 39
Octal 303 137 242 0 63 21 30 500 55 71
Binary 11000011 1011111 10100010 0 110011 10001 11000 101000000 101101 111001

Color Harmonies of #C35FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FA2

Black with #C35FA2

Text Example


Text Example

White with #C35FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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