Html Css Color HEX #CC4C9E Mulberry

📋 copy color: '#CC4C9E'

red 204 ◦ green 76 ◦ blue 158

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

Shades of Mulberry #CC4C9E

Tints of Mulberry #CC4C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 46.58%
G = 17.35%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC4C9E (or 0xCC4C9E) is known color: Mulberry. HEX triplet: CC, 4C and 9E. RGB value is (204,76,158). Sum of RGB (Red+Green+Blue) = 204+76+158=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4C9E is #33B361. Grayscale: #7B7B7B. Windows color (decimal): -3388258 or 10374348. OLE color: 10374348.

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

Color convert

RGB 204 76 158 -
CMYK 0 0.63 0.23 0.2
HSL 321.56º 0.56% 0.55% -
HSV(B) 321.56º 0.63% 0.8% -
XYZ 33.66 20.47 34.53 -
YUV 123.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 204 76 158 0 0.63 0.23 0.2 321.56 0.56 0.55
Hex CC 4C 9E 0 3F 17 14 142 38 37
Octal 314 114 236 0 77 27 24 502 70 67
Binary 11001100 1001100 10011110 0 111111 10111 10100 101000010 111000 110111

Color Harmonies of #CC4C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C9E

Black with #CC4C9E

Text Example


Text Example

White with #CC4C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C9E; }

 p { color: rgb(204,76,158); }

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

background-color css

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

 a { background-color: rgb(204,76,158); }

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

border-color css

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

 span { border-color: rgb(204,76,158); }

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