Html Css Color HEX #CC418A Mulberry

📋 copy color: '#CC418A'

red 204 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #CC418A

Tints of Mulberry #CC418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 50.12%
G = 15.97%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC418A (or 0xCC418A) is known color: Mulberry. HEX triplet: CC, 41 and 8A. RGB value is (204,65,138). Sum of RGB (Red+Green+Blue) = 204+65+138=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC418A is #33BE75. Grayscale: #727272. Windows color (decimal): -3391094 or 9060812. OLE color: 9060812.

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

Color convert

RGB 204 65 138 -
CMYK 0 0.68 0.32 0.2
HSL 328.49º 0.58% 0.53% -
HSV(B) 328.49º 0.68% 0.8% -
XYZ 31.38 18.45 25.95 -
YUV 114.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 204 65 138 0 0.68 0.32 0.2 328.49 0.58 0.53
Hex CC 41 8A 0 44 20 14 148 3A 35
Octal 314 101 212 0 104 40 24 510 72 65
Binary 11001100 1000001 10001010 0 1000100 100000 10100 101001000 111010 110101

Color Harmonies of #CC418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC418A

Black with #CC418A

Text Example


Text Example

White with #CC418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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