Html Css Color HEX #CC418B Mulberry

📋 copy color: '#CC418B'

red 204 ◦ green 65 ◦ blue 139

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

Shades of Mulberry #CC418B

Tints of Mulberry #CC418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 50%
G = 15.93%
B = 34.07%

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

#CC418B (or 0xCC418B) is known color: Mulberry. HEX triplet: CC, 41 and 8B. RGB value is (204,65,139). Sum of RGB (Red+Green+Blue) = 204+65+139=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC418B is #33BE74. Grayscale: #727272. Windows color (decimal): -3391093 or 9126348. OLE color: 9126348.

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

Color convert

RGB 204 65 139 -
CMYK 0 0.68 0.32 0.2
HSL 328.06º 0.58% 0.53% -
HSV(B) 328.06º 0.68% 0.8% -
XYZ 31.45 18.48 26.34 -
YUV 115 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 204 65 139 0 0.68 0.32 0.2 328.06 0.58 0.53
Hex CC 41 8B 0 44 20 14 148 3A 35
Octal 314 101 213 0 104 40 24 510 72 65
Binary 11001100 1000001 10001011 0 1000100 100000 10100 101001000 111010 110101

Color Harmonies of #CC418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC418B

Black with #CC418B

Text Example


Text Example

White with #CC418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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