Html Css Color HEX #CC3EA6 Mulberry

📋 copy color: '#CC3EA6'

red 204 ◦ green 62 ◦ blue 166

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

Shades of Mulberry #CC3EA6

Tints of Mulberry #CC3EA6

RGB

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

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

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

R = 47.22%
G = 14.35%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC3EA6 (or 0xCC3EA6) is known color: Mulberry. HEX triplet: CC, 3E and A6. RGB value is (204,62,166). Sum of RGB (Red+Green+Blue) = 204+62+166=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3EA6 is #33C159. Grayscale: #747474. Windows color (decimal): -3391834 or 10895052. OLE color: 10895052.

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

Color convert

RGB 204 62 166 -
CMYK 0 0.70 0.19 0.2
HSL 316.06º 0.58% 0.52% -
HSV(B) 316.06º 0.7% 0.8% -
XYZ 33.51 19.04 37.98 -
YUV 116.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 204 62 166 0 0.70 0.19 0.2 316.06 0.58 0.52
Hex CC 3E A6 0 46 13 14 13C 3A 34
Octal 314 76 246 0 106 23 24 474 72 64
Binary 11001100 111110 10100110 0 1000110 10011 10100 100111100 111010 110100

Color Harmonies of #CC3EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EA6

Black with #CC3EA6

Text Example


Text Example

White with #CC3EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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