Html Css Color HEX #CC458E Mulberry

📋 copy color: '#CC458E'

red 204 ◦ green 69 ◦ blue 142

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

Shades of Mulberry #CC458E

Tints of Mulberry #CC458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 49.16%
G = 16.63%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC458E (or 0xCC458E) is known color: Mulberry. HEX triplet: CC, 45 and 8E. RGB value is (204,69,142). Sum of RGB (Red+Green+Blue) = 204+69+142=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC458E is #33BA71. Grayscale: #757575. Windows color (decimal): -3390066 or 9323980. OLE color: 9323980.

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

Color convert

RGB 204 69 142 -
CMYK 0 0.66 0.30 0.2
HSL 327.56º 0.57% 0.54% -
HSV(B) 327.56º 0.66% 0.8% -
XYZ 31.91 19.05 27.59 -
YUV 117.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 204 69 142 0 0.66 0.30 0.2 327.56 0.57 0.54
Hex CC 45 8E 0 42 1E 14 148 39 36
Octal 314 105 216 0 102 36 24 510 71 66
Binary 11001100 1000101 10001110 0 1000010 11110 10100 101001000 111001 110110

Color Harmonies of #CC458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC458E

Black with #CC458E

Text Example


Text Example

White with #CC458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC458E; }

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

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

background-color css

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

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

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

border-color css

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

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

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