Html Css Color HEX #CC3AA3 Mulberry

📋 copy color: '#CC3AA3'

red 204 ◦ green 58 ◦ blue 163

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

Shades of Mulberry #CC3AA3

Tints of Mulberry #CC3AA3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.65%

 BLUE value IS 163 (64.06% from 255) = 38.35%

R = 48%
G = 13.65%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC3AA3 (or 0xCC3AA3) is known color: Mulberry. HEX triplet: CC, 3A and A3. RGB value is (204,58,163). Sum of RGB (Red+Green+Blue) = 204+58+163=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AA3 is #33C55C. Grayscale: #717171. Windows color (decimal): -3392861 or 10697420. OLE color: 10697420.

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

Color convert

RGB 204 58 163 -
CMYK 0 0.72 0.20 0.2
HSL 316.85º 0.59% 0.51% -
HSV(B) 316.85º 0.72% 0.8% -
XYZ 33.03 18.51 36.48 -
YUV 113.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 204 58 163 0 0.72 0.20 0.2 316.85 0.59 0.51
Hex CC 3A A3 0 48 14 14 13D 3B 33
Octal 314 72 243 0 110 24 24 475 73 63
Binary 11001100 111010 10100011 0 1001000 10100 10100 100111101 111011 110011

Color Harmonies of #CC3AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AA3

Black with #CC3AA3

Text Example


Text Example

White with #CC3AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AA3; }

 p { color: rgb(204,58,163); }

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

background-color css

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

 a { background-color: rgb(204,58,163); }

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

border-color css

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

 span { border-color: rgb(204,58,163); }

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