Html Css Color HEX #CC1CC7 Deep Magenta

📋 copy color: '#CC1CC7'

red 204 ◦ green 28 ◦ blue 199

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

Shades of Deep Magenta #CC1CC7

Tints of Deep Magenta #CC1CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 47.33%
G = 6.5%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC1CC7 (or 0xCC1CC7) is known color: Deep Magenta. HEX triplet: CC, 1C and C7. RGB value is (204,28,199). Sum of RGB (Red+Green+Blue) = 204+28+199=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CC7 is #33E338. Grayscale: #636363. Windows color (decimal): -3400505 or 13049036. OLE color: 13049036.

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

Color convert

RGB 204 28 199 -
CMYK 0 0.86 0.02 0.2
HSL 301.7º 0.76% 0.45% -
HSV(B) 301.7º 0.86% 0.8% -
XYZ 35.63 17.79 55.59 -
YUV 100.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 204 28 199 0 0.86 0.02 0.2 301.7 0.76 0.45
Hex CC 1C C7 0 56 2 14 12E 4C 2D
Octal 314 34 307 0 126 2 24 456 114 55
Binary 11001100 11100 11000111 0 1010110 10 10100 100101110 1001100 101101

Color Harmonies of #CC1CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CC7

Black with #CC1CC7

Text Example


Text Example

White with #CC1CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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