Html Css Color HEX #CC3D96 Mulberry

📋 copy color: '#CC3D96'

red 204 ◦ green 61 ◦ blue 150

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

Shades of Mulberry #CC3D96

Tints of Mulberry #CC3D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.7%

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

R = 49.16%
G = 14.7%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC3D96 (or 0xCC3D96) is known color: Mulberry. HEX triplet: CC, 3D and 96. RGB value is (204,61,150). Sum of RGB (Red+Green+Blue) = 204+61+150=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3D96 is #33C269. Grayscale: #717171. Windows color (decimal): -3392106 or 9846220. OLE color: 9846220.

HSL color Cylindrical-coordinate representation of color #CC3D96: hue angle of 322.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3D96 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 150 -
CMYK 0 0.70 0.26 0.2
HSL 322.66º 0.58% 0.52% -
HSV(B) 322.66º 0.7% 0.8% -
XYZ 32.08 18.38 30.71 -
YUV 113.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 204 61 150 0 0.70 0.26 0.2 322.66 0.58 0.52
Hex CC 3D 96 0 46 1A 14 143 3A 34
Octal 314 75 226 0 106 32 24 503 72 64
Binary 11001100 111101 10010110 0 1000110 11010 10100 101000011 111010 110100

Color Harmonies of #CC3D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D96

Black with #CC3D96

Text Example


Text Example

White with #CC3D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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