Html Css Color HEX #C33BA0 Mulberry

📋 copy color: '#C33BA0'

red 195 ◦ green 59 ◦ blue 160

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

Shades of Mulberry #C33BA0

Tints of Mulberry #C33BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.25%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 47.1%
G = 14.25%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C33BA0 (or 0xC33BA0) is known color: Mulberry. HEX triplet: C3, 3B and A0. RGB value is (195,59,160). Sum of RGB (Red+Green+Blue) = 195+59+160=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BA0 is #3CC45F. Grayscale: #6E6E6E. Windows color (decimal): -3982432 or 10501059. OLE color: 10501059.

HSL color Cylindrical-coordinate representation of color #C33BA0: hue angle of 315.44º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33BA0 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 59 160 -
CMYK 0 0.70 0.18 0.24
HSL 315.44º 0.54% 0.5% -
HSV(B) 315.44º 0.7% 0.76% -
XYZ 30.41 17.27 34.99 -
YUV 111.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 195 59 160 0 0.70 0.18 0.24 315.44 0.54 0.5
Hex C3 3B A0 0 46 12 18 13B 36 32
Octal 303 73 240 0 106 22 30 473 66 62
Binary 11000011 111011 10100000 0 1000110 10010 11000 100111011 110110 110010

Color Harmonies of #C33BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BA0

Black with #C33BA0

Text Example


Text Example

White with #C33BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BA0; }

 p { color: rgb(195,59,160); }

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

background-color css

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

 a { background-color: rgb(195,59,160); }

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

border-color css

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

 span { border-color: rgb(195,59,160); }

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