Html Css Color HEX #CC459F Mulberry

📋 copy color: '#CC459F'

red 204 ◦ green 69 ◦ blue 159

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

Shades of Mulberry #CC459F

Tints of Mulberry #CC459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.97%

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 47.22%
G = 15.97%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC459F (or 0xCC459F) is known color: Mulberry. HEX triplet: CC, 45 and 9F. RGB value is (204,69,159). Sum of RGB (Red+Green+Blue) = 204+69+159=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC459F is #33BA60. Grayscale: #777777. Windows color (decimal): -3390049 or 10438092. OLE color: 10438092.

HSL color Cylindrical-coordinate representation of color #CC459F: hue angle of 320º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC459F is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 159 -
CMYK 0 0.66 0.22 0.2
HSL 320º 0.57% 0.54% -
HSV(B) 320º 0.66% 0.8% -
XYZ 33.29 19.6 34.83 -
YUV 119.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 204 69 159 0 0.66 0.22 0.2 320 0.57 0.54
Hex CC 45 9F 0 42 16 14 140 39 36
Octal 314 105 237 0 102 26 24 500 71 66
Binary 11001100 1000101 10011111 0 1000010 10110 10100 101000000 111001 110110

Color Harmonies of #CC459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC459F

Black with #CC459F

Text Example


Text Example

White with #CC459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC459F; }

 p { color: rgb(204,69,159); }

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

background-color css

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

 a { background-color: rgb(204,69,159); }

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

border-color css

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

 span { border-color: rgb(204,69,159); }

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