Html Css Color HEX #CC457E Mulberry

📋 copy color: '#CC457E'

red 204 ◦ green 69 ◦ blue 126

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

Shades of Mulberry #CC457E

Tints of Mulberry #CC457E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 51.13%
G = 17.29%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC457E (or 0xCC457E) is known color: Mulberry. HEX triplet: CC, 45 and 7E. RGB value is (204,69,126). Sum of RGB (Red+Green+Blue) = 204+69+126=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC457E is #33BA81. Grayscale: #737373. Windows color (decimal): -3390082 or 8275404. OLE color: 8275404.

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

Color convert

RGB 204 69 126 -
CMYK 0 0.66 0.38 0.2
HSL 334.67º 0.57% 0.54% -
HSV(B) 334.67º 0.66% 0.8% -
XYZ 30.8 18.6 21.71 -
YUV 115.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 204 69 126 0 0.66 0.38 0.2 334.67 0.57 0.54
Hex CC 45 7E 0 42 26 14 14F 39 36
Octal 314 105 176 0 102 46 24 517 71 66
Binary 11001100 1000101 1111110 0 1000010 100110 10100 101001111 111001 110110

Color Harmonies of #CC457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC457E

Black with #CC457E

Text Example


Text Example

White with #CC457E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC457E; }

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

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

background-color css

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

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

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

border-color css

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

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

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