Html Css Color HEX #CC3994 Mulberry

📋 copy color: '#CC3994'

red 204 ◦ green 57 ◦ blue 148

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

Shades of Mulberry #CC3994

Tints of Mulberry #CC3994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.94%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 49.88%
G = 13.94%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC3994 (or 0xCC3994) is known color: Mulberry. HEX triplet: CC, 39 and 94. RGB value is (204,57,148). Sum of RGB (Red+Green+Blue) = 204+57+148=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3994 is #33C66B. Grayscale: #6F6F6F. Windows color (decimal): -3393132 or 9714124. OLE color: 9714124.

HSL color Cylindrical-coordinate representation of color #CC3994: hue angle of 322.86º 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 #CC3994 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 148 -
CMYK 0 0.72 0.27 0.2
HSL 322.86º 0.59% 0.51% -
HSV(B) 322.86º 0.72% 0.8% -
XYZ 31.71 17.9 29.8 -
YUV 111.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 204 57 148 0 0.72 0.27 0.2 322.86 0.59 0.51
Hex CC 39 94 0 48 1B 14 143 3B 33
Octal 314 71 224 0 110 33 24 503 73 63
Binary 11001100 111001 10010100 0 1001000 11011 10100 101000011 111011 110011

Color Harmonies of #CC3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3994

Black with #CC3994

Text Example


Text Example

White with #CC3994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3994; }

 p { color: rgb(204,57,148); }

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

background-color css

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

 a { background-color: rgb(204,57,148); }

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

border-color css

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

 span { border-color: rgb(204,57,148); }

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