Html Css Color HEX #CC3DA1 Mulberry

📋 copy color: '#CC3DA1'

red 204 ◦ green 61 ◦ blue 161

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

Shades of Mulberry #CC3DA1

Tints of Mulberry #CC3DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

 BLUE value IS 161 (63.28% from 255) = 37.79%

R = 47.89%
G = 14.32%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC3DA1 (or 0xCC3DA1) is known color: Mulberry. HEX triplet: CC, 3D and A1. RGB value is (204,61,161). Sum of RGB (Red+Green+Blue) = 204+61+161=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3DA1 is #33C25E. Grayscale: #727272. Windows color (decimal): -3392095 or 10567116. OLE color: 10567116.

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

Color convert

RGB 204 61 161 -
CMYK 0 0.70 0.21 0.2
HSL 318.04º 0.58% 0.52% -
HSV(B) 318.04º 0.7% 0.8% -
XYZ 33 18.75 35.6 -
YUV 115.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 204 61 161 0 0.70 0.21 0.2 318.04 0.58 0.52
Hex CC 3D A1 0 46 15 14 13E 3A 34
Octal 314 75 241 0 106 25 24 476 72 64
Binary 11001100 111101 10100001 0 1000110 10101 10100 100111110 111010 110100

Color Harmonies of #CC3DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DA1

Black with #CC3DA1

Text Example


Text Example

White with #CC3DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DA1; }

 p { color: rgb(204,61,161); }

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

background-color css

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

 a { background-color: rgb(204,61,161); }

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

border-color css

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

 span { border-color: rgb(204,61,161); }

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