Html Css Color HEX #CC3DA5 Mulberry

📋 copy color: '#CC3DA5'

red 204 ◦ green 61 ◦ blue 165

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

Shades of Mulberry #CC3DA5

Tints of Mulberry #CC3DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 47.44%
G = 14.19%
B = 38.37%

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

#CC3DA5 (or 0xCC3DA5) is known color: Mulberry. HEX triplet: CC, 3D and A5. RGB value is (204,61,165). Sum of RGB (Red+Green+Blue) = 204+61+165=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3DA5 is #33C25A. Grayscale: #737373. Windows color (decimal): -3392091 or 10829260. OLE color: 10829260.

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

Color convert

RGB 204 61 165 -
CMYK 0 0.70 0.19 0.2
HSL 316.36º 0.58% 0.52% -
HSV(B) 316.36º 0.7% 0.8% -
XYZ 33.36 18.89 37.49 -
YUV 115.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 204 61 165 0 0.70 0.19 0.2 316.36 0.58 0.52
Hex CC 3D A5 0 46 13 14 13C 3A 34
Octal 314 75 245 0 106 23 24 474 72 64
Binary 11001100 111101 10100101 0 1000110 10011 10100 100111100 111010 110100

Color Harmonies of #CC3DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DA5

Black with #CC3DA5

Text Example


Text Example

White with #CC3DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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