Html Css Color HEX #CC418F Mulberry

📋 copy color: '#CC418F'

red 204 ◦ green 65 ◦ blue 143

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

Shades of Mulberry #CC418F

Tints of Mulberry #CC418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 49.51%
G = 15.78%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC418F (or 0xCC418F) is known color: Mulberry. HEX triplet: CC, 41 and 8F. RGB value is (204,65,143). Sum of RGB (Red+Green+Blue) = 204+65+143=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC418F is #33BE70. Grayscale: #737373. Windows color (decimal): -3391089 or 9388492. OLE color: 9388492.

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

Color convert

RGB 204 65 143 -
CMYK 0 0.68 0.30 0.2
HSL 326.33º 0.58% 0.53% -
HSV(B) 326.33º 0.68% 0.8% -
XYZ 31.75 18.6 27.9 -
YUV 115.45 143.55 191.16 -
System Red Green Blue C M Y K H S L
Decimal 204 65 143 0 0.68 0.30 0.2 326.33 0.58 0.53
Hex CC 41 8F 0 44 1E 14 146 3A 35
Octal 314 101 217 0 104 36 24 506 72 65
Binary 11001100 1000001 10001111 0 1000100 11110 10100 101000110 111010 110101

Color Harmonies of #CC418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC418F

Black with #CC418F

Text Example


Text Example

White with #CC418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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