Html Css Color HEX #C35E8E Mulberry

📋 copy color: '#C35E8E'

red 195 ◦ green 94 ◦ blue 142

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

Shades of Mulberry #C35E8E

Tints of Mulberry #C35E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 45.24%
G = 21.81%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C35E8E (or 0xC35E8E) is known color: Mulberry. HEX triplet: C3, 5E and 8E. RGB value is (195,94,142). Sum of RGB (Red+Green+Blue) = 195+94+142=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35E8E is #3CA171. Grayscale: #818181. Windows color (decimal): -3973490 or 9330371. OLE color: 9330371.

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

Color convert

RGB 195 94 142 -
CMYK 0 0.52 0.27 0.24
HSL 331.49º 0.46% 0.57% -
HSV(B) 331.49º 0.52% 0.76% -
XYZ 31.39 21.56 28.1 -
YUV 129.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 195 94 142 0 0.52 0.27 0.24 331.49 0.46 0.57
Hex C3 5E 8E 0 34 1B 18 14B 2E 39
Octal 303 136 216 0 64 33 30 513 56 71
Binary 11000011 1011110 10001110 0 110100 11011 11000 101001011 101110 111001

Color Harmonies of #C35E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E8E

Black with #C35E8E

Text Example


Text Example

White with #C35E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E8E; }

 p { color: rgb(195,94,142); }

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

background-color css

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

 a { background-color: rgb(195,94,142); }

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

border-color css

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

 span { border-color: rgb(195,94,142); }

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