Html Css Color HEX #CC4FA5 Mulberry

📋 copy color: '#CC4FA5'

red 204 ◦ green 79 ◦ blue 165

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

Shades of Mulberry #CC4FA5

Tints of Mulberry #CC4FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.63%

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

R = 45.54%
G = 17.63%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC4FA5 (or 0xCC4FA5) is known color: Mulberry. HEX triplet: CC, 4F and A5. RGB value is (204,79,165). Sum of RGB (Red+Green+Blue) = 204+79+165=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4FA5 is #33B05A. Grayscale: #7D7D7D. Windows color (decimal): -3387483 or 10833868. OLE color: 10833868.

HSL color Cylindrical-coordinate representation of color #CC4FA5: hue angle of 318.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4FA5 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 79 165 -
CMYK 0 0.61 0.19 0.2
HSL 318.72º 0.55% 0.55% -
HSV(B) 318.72º 0.61% 0.8% -
XYZ 34.49 21.15 37.86 -
YUV 126.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 204 79 165 0 0.61 0.19 0.2 318.72 0.55 0.55
Hex CC 4F A5 0 3D 13 14 13F 37 37
Octal 314 117 245 0 75 23 24 477 67 67
Binary 11001100 1001111 10100101 0 111101 10011 10100 100111111 110111 110111

Color Harmonies of #CC4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FA5

Black with #CC4FA5

Text Example


Text Example

White with #CC4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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