Html Css Color HEX #CC538F Mulberry

📋 copy color: '#CC538F'

red 204 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #CC538F

Tints of Mulberry #CC538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 47.44%
G = 19.3%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC538F (or 0xCC538F) is known color: Mulberry. HEX triplet: CC, 53 and 8F. RGB value is (204,83,143). Sum of RGB (Red+Green+Blue) = 204+83+143=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC538F is #33AC70. Grayscale: #7D7D7D. Windows color (decimal): -3386481 or 9393100. OLE color: 9393100.

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

Color convert

RGB 204 83 143 -
CMYK 0 0.59 0.30 0.2
HSL 330.25º 0.54% 0.56% -
HSV(B) 330.25º 0.59% 0.8% -
XYZ 32.95 21.01 28.3 -
YUV 126.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 204 83 143 0 0.59 0.30 0.2 330.25 0.54 0.56
Hex CC 53 8F 0 3B 1E 14 14A 36 38
Octal 314 123 217 0 73 36 24 512 66 70
Binary 11001100 1010011 10001111 0 111011 11110 10100 101001010 110110 111000

Color Harmonies of #CC538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC538F

Black with #CC538F

Text Example


Text Example

White with #CC538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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