Html Css Color HEX #CC418C Mulberry

📋 copy color: '#CC418C'

red 204 ◦ green 65 ◦ blue 140

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

Shades of Mulberry #CC418C

Tints of Mulberry #CC418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 49.88%
G = 15.89%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC418C (or 0xCC418C) is known color: Mulberry. HEX triplet: CC, 41 and 8C. RGB value is (204,65,140). Sum of RGB (Red+Green+Blue) = 204+65+140=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC418C is #33BE73. Grayscale: #727272. Windows color (decimal): -3391092 or 9191884. OLE color: 9191884.

HSL color Cylindrical-coordinate representation of color #CC418C: hue angle of 327.63º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC418C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 140 -
CMYK 0 0.68 0.31 0.2
HSL 327.63º 0.58% 0.53% -
HSV(B) 327.63º 0.68% 0.8% -
XYZ 31.53 18.51 26.72 -
YUV 115.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 204 65 140 0 0.68 0.31 0.2 327.63 0.58 0.53
Hex CC 41 8C 0 44 1F 14 148 3A 35
Octal 314 101 214 0 104 37 24 510 72 65
Binary 11001100 1000001 10001100 0 1000100 11111 10100 101001000 111010 110101

Color Harmonies of #CC418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC418C

Black with #CC418C

Text Example


Text Example

White with #CC418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC418C; }

 p { color: rgb(204,65,140); }

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

background-color css

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

 a { background-color: rgb(204,65,140); }

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

border-color css

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

 span { border-color: rgb(204,65,140); }

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