Html Css Color HEX #CD1CC6 Deep Magenta

📋 copy color: '#CD1CC6'

red 205 ◦ green 28 ◦ blue 198

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

Shades of Deep Magenta #CD1CC6

Tints of Deep Magenta #CD1CC6

RGB

 RED value IS 205 (80.47% from 255) = 47.56%

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 47.56%
G = 6.5%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD1CC6 (or 0xCD1CC6) is known color: Deep Magenta. HEX triplet: CD, 1C and C6. RGB value is (205,28,198). Sum of RGB (Red+Green+Blue) = 205+28+198=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CC6 is #32E339. Grayscale: #636363. Windows color (decimal): -3334970 or 12983501. OLE color: 12983501.

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

Color convert

RGB 205 28 198 -
CMYK 0 0.86 0.03 0.20
HSL 302.37º 0.76% 0.46% -
HSV(B) 302.37º 0.86% 0.8% -
XYZ 35.79 17.89 54.99 -
YUV 100.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 205 28 198 0 0.86 0.03 0.20 302.37 0.76 0.46
Hex CD 1C C6 0 56 3 14 12E 4C 2E
Octal 315 34 306 0 126 3 24 456 114 56
Binary 11001101 11100 11000110 0 1010110 11 10100 100101110 1001100 101110

Color Harmonies of #CD1CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CC6

Black with #CD1CC6

Text Example


Text Example

White with #CD1CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CC6; }

 p { color: rgb(205,28,198); }

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

background-color css

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

 a { background-color: rgb(205,28,198); }

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

border-color css

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

 span { border-color: rgb(205,28,198); }

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