Html Css Color HEX #CC3EAA Mulberry

📋 copy color: '#CC3EAA'

red 204 ◦ green 62 ◦ blue 170

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

Shades of Mulberry #CC3EAA

Tints of Mulberry #CC3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.22%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 46.79%
G = 14.22%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC3EAA (or 0xCC3EAA) is known color: Mulberry. HEX triplet: CC, 3E and AA. RGB value is (204,62,170). Sum of RGB (Red+Green+Blue) = 204+62+170=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3EAA is #33C155. Grayscale: #747474. Windows color (decimal): -3391830 or 11157196. OLE color: 11157196.

HSL color Cylindrical-coordinate representation of color #CC3EAA: hue angle of 314.37º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3EAA is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 62 170 -
CMYK 0 0.70 0.17 0.2
HSL 314.37º 0.58% 0.52% -
HSV(B) 314.37º 0.7% 0.8% -
XYZ 33.88 19.18 39.95 -
YUV 116.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 204 62 170 0 0.70 0.17 0.2 314.37 0.58 0.52
Hex CC 3E AA 0 46 11 14 13A 3A 34
Octal 314 76 252 0 106 21 24 472 72 64
Binary 11001100 111110 10101010 0 1000110 10001 10100 100111010 111010 110100

Color Harmonies of #CC3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EAA

Black with #CC3EAA

Text Example


Text Example

White with #CC3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EAA; }

 p { color: rgb(204,62,170); }

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

background-color css

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

 a { background-color: rgb(204,62,170); }

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

border-color css

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

 span { border-color: rgb(204,62,170); }

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