Html Css Color HEX #CC53A6 Mulberry

📋 copy color: '#CC53A6'

red 204 ◦ green 83 ◦ blue 166

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

Shades of Mulberry #CC53A6

Tints of Mulberry #CC53A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.64%

R = 45.03%
G = 18.32%
B = 36.64%

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

#CC53A6 (or 0xCC53A6) is known color: Mulberry. HEX triplet: CC, 53 and A6. RGB value is (204,83,166). Sum of RGB (Red+Green+Blue) = 204+83+166=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC53A6 is #33AC59. Grayscale: #808080. Windows color (decimal): -3386458 or 10900428. OLE color: 10900428.

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

Color convert

RGB 204 83 166 -
CMYK 0 0.59 0.19 0.2
HSL 318.84º 0.54% 0.56% -
HSV(B) 318.84º 0.59% 0.8% -
XYZ 34.88 21.78 38.44 -
YUV 128.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 204 83 166 0 0.59 0.19 0.2 318.84 0.54 0.56
Hex CC 53 A6 0 3B 13 14 13F 36 38
Octal 314 123 246 0 73 23 24 477 66 70
Binary 11001100 1010011 10100110 0 111011 10011 10100 100111111 110110 111000

Color Harmonies of #CC53A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53A6

Black with #CC53A6

Text Example


Text Example

White with #CC53A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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