Html Css Color HEX #CC399F Mulberry

📋 copy color: '#CC399F'

red 204 ◦ green 57 ◦ blue 159

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

Shades of Mulberry #CC399F

Tints of Mulberry #CC399F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 48.57%
G = 13.57%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC399F (or 0xCC399F) is known color: Mulberry. HEX triplet: CC, 39 and 9F. RGB value is (204,57,159). Sum of RGB (Red+Green+Blue) = 204+57+159=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC399F is #33C660. Grayscale: #707070. Windows color (decimal): -3393121 or 10435020. OLE color: 10435020.

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

Color convert

RGB 204 57 159 -
CMYK 0 0.72 0.22 0.2
HSL 318.37º 0.59% 0.51% -
HSV(B) 318.37º 0.72% 0.8% -
XYZ 32.62 18.27 34.61 -
YUV 112.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 204 57 159 0 0.72 0.22 0.2 318.37 0.59 0.51
Hex CC 39 9F 0 48 16 14 13E 3B 33
Octal 314 71 237 0 110 26 24 476 73 63
Binary 11001100 111001 10011111 0 1001000 10110 10100 100111110 111011 110011

Color Harmonies of #CC399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC399F

Black with #CC399F

Text Example


Text Example

White with #CC399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC399F; }

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

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

background-color css

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

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

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

border-color css

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

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

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