Html Css Color HEX #CD399C Mulberry

📋 copy color: '#CD399C'

red 205 ◦ green 57 ◦ blue 156

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

Shades of Mulberry #CD399C

Tints of Mulberry #CD399C

RGB

 RED value IS 205 (80.47% from 255) = 49.04%

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

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 49.04%
G = 13.64%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD399C (or 0xCD399C) is known color: Mulberry. HEX triplet: CD, 39 and 9C. RGB value is (205,57,156). Sum of RGB (Red+Green+Blue) = 205+57+156=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD399C is #32C663. Grayscale: #707070. Windows color (decimal): -3327588 or 10238413. OLE color: 10238413.

HSL color Cylindrical-coordinate representation of color #CD399C: hue angle of 319.86º degrees, saturation: 0.6, 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 #CD399C is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 57 156 -
CMYK 0 0.72 0.24 0.20
HSL 319.86º 0.6% 0.51% -
HSV(B) 319.86º 0.72% 0.8% -
XYZ 32.64 18.31 33.27 -
YUV 112.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 205 57 156 0 0.72 0.24 0.20 319.86 0.6 0.51
Hex CD 39 9C 0 48 18 14 140 3C 33
Octal 315 71 234 0 110 30 24 500 74 63
Binary 11001101 111001 10011100 0 1001000 11000 10100 101000000 111100 110011

Color Harmonies of #CD399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD399C

Black with #CD399C

Text Example


Text Example

White with #CD399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD399C; }

 p { color: rgb(205,57,156); }

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

background-color css

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

 a { background-color: rgb(205,57,156); }

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

border-color css

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

 span { border-color: rgb(205,57,156); }

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