Html Css Color HEX #CC1CC9 Deep Magenta

📋 copy color: '#CC1CC9'

red 204 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #CC1CC9

Tints of Deep Magenta #CC1CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.47%

 BLUE value IS 201 (78.91% from 255) = 46.42%

R = 47.11%
G = 6.47%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC1CC9 (or 0xCC1CC9) is known color: Deep Magenta. HEX triplet: CC, 1C and C9. RGB value is (204,28,201). Sum of RGB (Red+Green+Blue) = 204+28+201=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CC9 is #33E336. Grayscale: #636363. Windows color (decimal): -3400503 or 13180108. OLE color: 13180108.

HSL color Cylindrical-coordinate representation of color #CC1CC9: hue angle of 301.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CC9 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 201 -
CMYK 0 0.86 0.01 0.2
HSL 301.02º 0.76% 0.45% -
HSV(B) 301.02º 0.86% 0.8% -
XYZ 35.86 17.88 56.82 -
YUV 100.35 184.81 201.93 -
System Red Green Blue C M Y K H S L
Decimal 204 28 201 0 0.86 0.01 0.2 301.02 0.76 0.45
Hex CC 1C C9 0 56 1 14 12D 4C 2D
Octal 314 34 311 0 126 1 24 455 114 55
Binary 11001100 11100 11001001 0 1010110 1 10100 100101101 1001100 101101

Color Harmonies of #CC1CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CC9

Black with #CC1CC9

Text Example


Text Example

White with #CC1CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CC9; }

 p { color: rgb(204,28,201); }

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

background-color css

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

 a { background-color: rgb(204,28,201); }

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

border-color css

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

 span { border-color: rgb(204,28,201); }

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