Html Css Color HEX #CC53A5 Mulberry

📋 copy color: '#CC53A5'

red 204 ◦ green 83 ◦ blue 165

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

Shades of Mulberry #CC53A5

Tints of Mulberry #CC53A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.5%

R = 45.13%
G = 18.36%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC53A5 (or 0xCC53A5) is known color: Mulberry. HEX triplet: CC, 53 and A5. RGB value is (204,83,165). Sum of RGB (Red+Green+Blue) = 204+83+165=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC53A5 is #33AC5A. Grayscale: #808080. Windows color (decimal): -3386459 or 10834892. OLE color: 10834892.

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

Color convert

RGB 204 83 165 -
CMYK 0 0.59 0.19 0.2
HSL 319.34º 0.54% 0.56% -
HSV(B) 319.34º 0.59% 0.8% -
XYZ 34.79 21.74 37.96 -
YUV 128.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 204 83 165 0 0.59 0.19 0.2 319.34 0.54 0.56
Hex CC 53 A5 0 3B 13 14 13F 36 38
Octal 314 123 245 0 73 23 24 477 66 70
Binary 11001100 1010011 10100101 0 111011 10011 10100 100111111 110110 111000

Color Harmonies of #CC53A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53A5

Black with #CC53A5

Text Example


Text Example

White with #CC53A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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