Html Css Color HEX #C35493 Mulberry

📋 copy color: '#C35493'

red 195 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #C35493

Tints of Mulberry #C35493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.72%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 45.77%
G = 19.72%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C35493 (or 0xC35493) is known color: Mulberry. HEX triplet: C3, 54 and 93. RGB value is (195,84,147). Sum of RGB (Red+Green+Blue) = 195+84+147=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35493 is #3CAB6C. Grayscale: #7C7C7C. Windows color (decimal): -3976045 or 9655491. OLE color: 9655491.

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

Color convert

RGB 195 84 147 -
CMYK 0 0.57 0.25 0.24
HSL 325.95º 0.48% 0.55% -
HSV(B) 325.95º 0.57% 0.76% -
XYZ 30.94 20.05 29.84 -
YUV 124.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 195 84 147 0 0.57 0.25 0.24 325.95 0.48 0.55
Hex C3 54 93 0 39 19 18 146 30 37
Octal 303 124 223 0 71 31 30 506 60 67
Binary 11000011 1010100 10010011 0 111001 11001 11000 101000110 110000 110111

Color Harmonies of #C35493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35493

Black with #C35493

Text Example


Text Example

White with #C35493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35493; }

 p { color: rgb(195,84,147); }

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

background-color css

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

 a { background-color: rgb(195,84,147); }

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

border-color css

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

 span { border-color: rgb(195,84,147); }

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