Html Css Color HEX #C35FA3 Mulberry

📋 copy color: '#C35FA3'

red 195 ◦ green 95 ◦ blue 163

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

Shades of Mulberry #C35FA3

Tints of Mulberry #C35FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.98%

R = 43.05%
G = 20.97%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C35FA3 (or 0xC35FA3) is known color: Mulberry. HEX triplet: C3, 5F and A3. RGB value is (195,95,163). Sum of RGB (Red+Green+Blue) = 195+95+163=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FA3 is #3CA05C. Grayscale: #848484. Windows color (decimal): -3973213 or 10706883. OLE color: 10706883.

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

Color convert

RGB 195 95 163 -
CMYK 0 0.51 0.16 0.24
HSL 319.2º 0.45% 0.57% -
HSV(B) 319.2º 0.51% 0.76% -
XYZ 33.21 22.43 37.23 -
YUV 132.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 195 95 163 0 0.51 0.16 0.24 319.2 0.45 0.57
Hex C3 5F A3 0 33 10 18 13F 2D 39
Octal 303 137 243 0 63 20 30 477 55 71
Binary 11000011 1011111 10100011 0 110011 10000 11000 100111111 101101 111001

Color Harmonies of #C35FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FA3

Black with #C35FA3

Text Example


Text Example

White with #C35FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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