Html Css Color HEX #CC4F9A Mulberry

📋 copy color: '#CC4F9A'

red 204 ◦ green 79 ◦ blue 154

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

Shades of Mulberry #CC4F9A

Tints of Mulberry #CC4F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 46.68%
G = 18.08%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC4F9A (or 0xCC4F9A) is known color: Mulberry. HEX triplet: CC, 4F and 9A. RGB value is (204,79,154). Sum of RGB (Red+Green+Blue) = 204+79+154=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F9A is #33B065. Grayscale: #7C7C7C. Windows color (decimal): -3387494 or 10112972. OLE color: 10112972.

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

Color convert

RGB 204 79 154 -
CMYK 0 0.61 0.25 0.2
HSL 324º 0.55% 0.55% -
HSV(B) 324º 0.61% 0.8% -
XYZ 33.53 20.76 32.81 -
YUV 124.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 204 79 154 0 0.61 0.25 0.2 324 0.55 0.55
Hex CC 4F 9A 0 3D 19 14 144 37 37
Octal 314 117 232 0 75 31 24 504 67 67
Binary 11001100 1001111 10011010 0 111101 11001 10100 101000100 110111 110111

Color Harmonies of #CC4F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F9A

Black with #CC4F9A

Text Example


Text Example

White with #CC4F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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