Html Css Color HEX #CC399D Mulberry

📋 copy color: '#CC399D'

red 204 ◦ green 57 ◦ blue 157

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

Shades of Mulberry #CC399D

Tints of Mulberry #CC399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 48.8%
G = 13.64%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC399D (or 0xCC399D) is known color: Mulberry. HEX triplet: CC, 39 and 9D. RGB value is (204,57,157). Sum of RGB (Red+Green+Blue) = 204+57+157=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC399D is #33C662. Grayscale: #707070. Windows color (decimal): -3393123 or 10303948. OLE color: 10303948.

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

Color convert

RGB 204 57 157 -
CMYK 0 0.72 0.23 0.2
HSL 319.18º 0.59% 0.51% -
HSV(B) 319.18º 0.72% 0.8% -
XYZ 32.45 18.2 33.7 -
YUV 112.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 204 57 157 0 0.72 0.23 0.2 319.18 0.59 0.51
Hex CC 39 9D 0 48 17 14 13F 3B 33
Octal 314 71 235 0 110 27 24 477 73 63
Binary 11001100 111001 10011101 0 1001000 10111 10100 100111111 111011 110011

Color Harmonies of #CC399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC399D

Black with #CC399D

Text Example


Text Example

White with #CC399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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