Html Css Color HEX #C33BA4 Mulberry

📋 copy color: '#C33BA4'

red 195 ◦ green 59 ◦ blue 164

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

Shades of Mulberry #C33BA4

Tints of Mulberry #C33BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 46.65%
G = 14.11%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C33BA4 (or 0xC33BA4) is known color: Mulberry. HEX triplet: C3, 3B and A4. RGB value is (195,59,164). Sum of RGB (Red+Green+Blue) = 195+59+164=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BA4 is #3CC45B. Grayscale: #6F6F6F. Windows color (decimal): -3982428 or 10763203. OLE color: 10763203.

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

Color convert

RGB 195 59 164 -
CMYK 0 0.70 0.16 0.24
HSL 313.68º 0.54% 0.5% -
HSV(B) 313.68º 0.7% 0.76% -
XYZ 30.77 17.41 36.86 -
YUV 111.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 195 59 164 0 0.70 0.16 0.24 313.68 0.54 0.5
Hex C3 3B A4 0 46 10 18 13A 36 32
Octal 303 73 244 0 106 20 30 472 66 62
Binary 11000011 111011 10100100 0 1000110 10000 11000 100111010 110110 110010

Color Harmonies of #C33BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BA4

Black with #C33BA4

Text Example


Text Example

White with #C33BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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