Html Css Color HEX #CC419F Mulberry

📋 copy color: '#CC419F'

red 204 ◦ green 65 ◦ blue 159

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

Shades of Mulberry #CC419F

Tints of Mulberry #CC419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 47.66%
G = 15.19%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC419F (or 0xCC419F) is known color: Mulberry. HEX triplet: CC, 41 and 9F. RGB value is (204,65,159). Sum of RGB (Red+Green+Blue) = 204+65+159=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC419F is #33BE60. Grayscale: #757575. Windows color (decimal): -3391073 or 10437068. OLE color: 10437068.

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

Color convert

RGB 204 65 159 -
CMYK 0 0.68 0.22 0.2
HSL 319.42º 0.58% 0.53% -
HSV(B) 319.42º 0.68% 0.8% -
XYZ 33.05 19.12 34.75 -
YUV 117.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 204 65 159 0 0.68 0.22 0.2 319.42 0.58 0.53
Hex CC 41 9F 0 44 16 14 13F 3A 35
Octal 314 101 237 0 104 26 24 477 72 65
Binary 11001100 1000001 10011111 0 1000100 10110 10100 100111111 111010 110101

Color Harmonies of #CC419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC419F

Black with #CC419F

Text Example


Text Example

White with #CC419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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