Html Css Color HEX #CC458D Mulberry

📋 copy color: '#CC458D'

red 204 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #CC458D

Tints of Mulberry #CC458D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 49.28%
G = 16.67%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC458D (or 0xCC458D) is known color: Mulberry. HEX triplet: CC, 45 and 8D. RGB value is (204,69,141). Sum of RGB (Red+Green+Blue) = 204+69+141=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC458D is #33BA72. Grayscale: #757575. Windows color (decimal): -3390067 or 9258444. OLE color: 9258444.

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

Color convert

RGB 204 69 141 -
CMYK 0 0.66 0.31 0.2
HSL 328º 0.57% 0.54% -
HSV(B) 328º 0.66% 0.8% -
XYZ 31.84 19.02 27.19 -
YUV 117.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 204 69 141 0 0.66 0.31 0.2 328 0.57 0.54
Hex CC 45 8D 0 42 1F 14 148 39 36
Octal 314 105 215 0 102 37 24 510 71 66
Binary 11001100 1000101 10001101 0 1000010 11111 10100 101001000 111001 110110

Color Harmonies of #CC458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC458D

Black with #CC458D

Text Example


Text Example

White with #CC458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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