Html Css Color HEX #CC3A96 Mulberry

📋 copy color: '#CC3A96'

red 204 ◦ green 58 ◦ blue 150

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

Shades of Mulberry #CC3A96

Tints of Mulberry #CC3A96

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

 GREEN value IS 58 (23.05% from 255) = 14.08%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 49.51%
G = 14.08%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC3A96 (or 0xCC3A96) is known color: Mulberry. HEX triplet: CC, 3A and 96. RGB value is (204,58,150). Sum of RGB (Red+Green+Blue) = 204+58+150=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3A96 is #33C569. Grayscale: #6F6F6F. Windows color (decimal): -3392874 or 9845452. OLE color: 9845452.

HSL color Cylindrical-coordinate representation of color #CC3A96: hue angle of 322.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3A96 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 58 150 -
CMYK 0 0.72 0.26 0.2
HSL 322.19º 0.59% 0.51% -
HSV(B) 322.19º 0.72% 0.8% -
XYZ 31.92 18.07 30.66 -
YUV 112.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 204 58 150 0 0.72 0.26 0.2 322.19 0.59 0.51
Hex CC 3A 96 0 48 1A 14 142 3B 33
Octal 314 72 226 0 110 32 24 502 73 63
Binary 11001100 111010 10010110 0 1001000 11010 10100 101000010 111011 110011

Color Harmonies of #CC3A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A96

Black with #CC3A96

Text Example


Text Example

White with #CC3A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A96; }

 p { color: rgb(204,58,150); }

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

background-color css

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

 a { background-color: rgb(204,58,150); }

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

border-color css

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

 span { border-color: rgb(204,58,150); }

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