Html Css Color HEX #C006CD Deep Magenta

📋 copy color: '#C006CD'

red 192 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #C006CD

Tints of Deep Magenta #C006CD

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 47.64%
G = 1.49%
B = 50.87%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C006CD (or 0xC006CD) is known color: Deep Magenta. HEX triplet: C0, 06 and CD. RGB value is (192,6,205). Sum of RGB (Red+Green+Blue) = 192+6+205=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #C006CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006CD is #3FF932. Grayscale: #535353. Windows color (decimal): -4192563 or 13436608. OLE color: 13436608.

HSL color Cylindrical-coordinate representation of color #C006CD: hue angle of 296.08º 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 #C006CD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 6 205 -
CMYK 0.06 0.97 0 0.20
HSL 296.08º 0.94% 0.41% -
HSV(B) 296.08º 0.97% 0.8% -
XYZ 32.82 15.74 59.07 -
YUV 84.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 192 6 205 0.06 0.97 0 0.20 296.08 0.94 0.41
Hex C0 6 CD 6 61 0 14 128 5E 29
Octal 300 6 315 6 141 0 24 450 136 51
Binary 11000000 110 11001101 110 1100001 0 10100 100101000 1011110 101001

Color Harmonies of #C006CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006CD

Black with #C006CD

Text Example


Text Example

White with #C006CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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