Html Css Color HEX #CD06CC Deep Magenta

📋 copy color: '#CD06CC'

red 205 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #CD06CC

Tints of Deep Magenta #CD06CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 49.4%
G = 1.45%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD06CC (or 0xCD06CC) is known color: Deep Magenta. HEX triplet: CD, 06 and CC. RGB value is (205,6,204). Sum of RGB (Red+Green+Blue) = 205+6+204=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD06CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD06CC is #32F933. Grayscale: #575757. Windows color (decimal): -3340596 or 13371085. OLE color: 13371085.

HSL color Cylindrical-coordinate representation of color #CD06CC: hue angle of 300.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD06CC is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 6 204 -
CMYK 0 0.97 0.00 0.20
HSL 300.3º 0.94% 0.41% -
HSV(B) 300.3º 0.97% 0.8% -
XYZ 36.14 17.47 58.59 -
YUV 88.07 193.43 211.4 -
System Red Green Blue C M Y K H S L
Decimal 205 6 204 0 0.97 0.00 0.20 300.3 0.94 0.41
Hex CD 6 CC 0 61 0 14 12C 5E 29
Octal 315 6 314 0 141 0 24 454 136 51
Binary 11001101 110 11001100 0 1100001 0 10100 100101100 1011110 101001

Color Harmonies of #CD06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD06CC

Black with #CD06CC

Text Example


Text Example

White with #CD06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD06CC; }

 p { color: rgb(205,6,204); }

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

background-color css

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

 a { background-color: rgb(205,6,204); }

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

border-color css

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

 span { border-color: rgb(205,6,204); }

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