Html Css Color HEX #CC459D Mulberry

📋 copy color: '#CC459D'

red 204 ◦ green 69 ◦ blue 157

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

Shades of Mulberry #CC459D

Tints of Mulberry #CC459D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 47.44%
G = 16.05%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC459D (or 0xCC459D) is known color: Mulberry. HEX triplet: CC, 45 and 9D. RGB value is (204,69,157). Sum of RGB (Red+Green+Blue) = 204+69+157=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC459D is #33BA62. Grayscale: #777777. Windows color (decimal): -3390051 or 10307020. OLE color: 10307020.

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

Color convert

RGB 204 69 157 -
CMYK 0 0.66 0.23 0.2
HSL 320.89º 0.57% 0.54% -
HSV(B) 320.89º 0.66% 0.8% -
XYZ 33.12 19.53 33.92 -
YUV 119.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 204 69 157 0 0.66 0.23 0.2 320.89 0.57 0.54
Hex CC 45 9D 0 42 17 14 141 39 36
Octal 314 105 235 0 102 27 24 501 71 66
Binary 11001100 1000101 10011101 0 1000010 10111 10100 101000001 111001 110110

Color Harmonies of #CC459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC459D

Black with #CC459D

Text Example


Text Example

White with #CC459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC459D; }

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

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

background-color css

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

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

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

border-color css

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

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

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