Html Css Color HEX #CC389F Mulberry

📋 copy color: '#CC389F'

red 204 ◦ green 56 ◦ blue 159

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

Shades of Mulberry #CC389F

Tints of Mulberry #CC389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.37%

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

R = 48.69%
G = 13.37%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC389F (or 0xCC389F) is known color: Mulberry. HEX triplet: CC, 38 and 9F. RGB value is (204,56,159). Sum of RGB (Red+Green+Blue) = 204+56+159=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC389F is #33C760. Grayscale: #6F6F6F. Windows color (decimal): -3393377 or 10434764. OLE color: 10434764.

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

Color convert

RGB 204 56 159 -
CMYK 0 0.73 0.22 0.2
HSL 318.24º 0.59% 0.51% -
HSV(B) 318.24º 0.73% 0.8% -
XYZ 32.57 18.17 34.59 -
YUV 111.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 204 56 159 0 0.73 0.22 0.2 318.24 0.59 0.51
Hex CC 38 9F 0 49 16 14 13E 3B 33
Octal 314 70 237 0 111 26 24 476 73 63
Binary 11001100 111000 10011111 0 1001001 10110 10100 100111110 111011 110011

Color Harmonies of #CC389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC389F

Black with #CC389F

Text Example


Text Example

White with #CC389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC389F; }

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

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

background-color css

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

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

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

border-color css

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

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

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