Html Css Color HEX #CC3E8E Mulberry

📋 copy color: '#CC3E8E'

red 204 ◦ green 62 ◦ blue 142

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

Shades of Mulberry #CC3E8E

Tints of Mulberry #CC3E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.2%

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

R = 50%
G = 15.2%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC3E8E (or 0xCC3E8E) is known color: Mulberry. HEX triplet: CC, 3E and 8E. RGB value is (204,62,142). Sum of RGB (Red+Green+Blue) = 204+62+142=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3E8E is #33C171. Grayscale: #717171. Windows color (decimal): -3391858 or 9322188. OLE color: 9322188.

HSL color Cylindrical-coordinate representation of color #CC3E8E: hue angle of 326.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E8E is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 62 142 -
CMYK 0 0.70 0.30 0.2
HSL 326.2º 0.58% 0.52% -
HSV(B) 326.2º 0.7% 0.8% -
XYZ 31.51 18.24 27.45 -
YUV 113.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 204 62 142 0 0.70 0.30 0.2 326.2 0.58 0.52
Hex CC 3E 8E 0 46 1E 14 146 3A 34
Octal 314 76 216 0 106 36 24 506 72 64
Binary 11001100 111110 10001110 0 1000110 11110 10100 101000110 111010 110100

Color Harmonies of #CC3E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E8E

Black with #CC3E8E

Text Example


Text Example

White with #CC3E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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