Html Css Color HEX #CC538B Mulberry

📋 copy color: '#CC538B'

red 204 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #CC538B

Tints of Mulberry #CC538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 47.89%
G = 19.48%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC538B (or 0xCC538B) is known color: Mulberry. HEX triplet: CC, 53 and 8B. RGB value is (204,83,139). Sum of RGB (Red+Green+Blue) = 204+83+139=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC538B is #33AC74. Grayscale: #7D7D7D. Windows color (decimal): -3386485 or 9130956. OLE color: 9130956.

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

Color convert

RGB 204 83 139 -
CMYK 0 0.59 0.32 0.2
HSL 332.23º 0.54% 0.56% -
HSV(B) 332.23º 0.59% 0.8% -
XYZ 32.66 20.89 26.74 -
YUV 125.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 204 83 139 0 0.59 0.32 0.2 332.23 0.54 0.56
Hex CC 53 8B 0 3B 20 14 14C 36 38
Octal 314 123 213 0 73 40 24 514 66 70
Binary 11001100 1010011 10001011 0 111011 100000 10100 101001100 110110 111000

Color Harmonies of #CC538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC538B

Black with #CC538B

Text Example


Text Example

White with #CC538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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