Html Css Color HEX #CC5383 Mulberry

📋 copy color: '#CC5383'

red 204 ◦ green 83 ◦ blue 131

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

Shades of Mulberry #CC5383

Tints of Mulberry #CC5383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 48.8%
G = 19.86%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC5383 (or 0xCC5383) is known color: Mulberry. HEX triplet: CC, 53 and 83. RGB value is (204,83,131). Sum of RGB (Red+Green+Blue) = 204+83+131=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5383 is #33AC7C. Grayscale: #7C7C7C. Windows color (decimal): -3386493 or 8606668. OLE color: 8606668.

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

Color convert

RGB 204 83 131 -
CMYK 0 0.59 0.36 0.2
HSL 336.2º 0.54% 0.56% -
HSV(B) 336.2º 0.59% 0.8% -
XYZ 32.09 20.66 23.77 -
YUV 124.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 204 83 131 0 0.59 0.36 0.2 336.2 0.54 0.56
Hex CC 53 83 0 3B 24 14 150 36 38
Octal 314 123 203 0 73 44 24 520 66 70
Binary 11001100 1010011 10000011 0 111011 100100 10100 101010000 110110 111000

Color Harmonies of #CC5383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5383

Black with #CC5383

Text Example


Text Example

White with #CC5383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5383; }

 p { color: rgb(204,83,131); }

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

background-color css

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

 a { background-color: rgb(204,83,131); }

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

border-color css

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

 span { border-color: rgb(204,83,131); }

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