Html Css Color HEX #C100CD Deep Magenta

📋 copy color: '#C100CD'

red 193 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #C100CD

Tints of Deep Magenta #C100CD

RGB

 RED value IS 193 (75.78% from 255) = 48.49%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.49%
G = 0%
B = 51.51%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C100CD (or 0xC100CD) is known color: Deep Magenta. HEX triplet: C1, 00 and CD. RGB value is (193,0,205). Sum of RGB (Red+Green+Blue) = 193+0+205=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #C100CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100CD is #3EFF32. Grayscale: #505050. Windows color (decimal): -4128563 or 13435073. OLE color: 13435073.

HSL color Cylindrical-coordinate representation of color #C100CD: hue angle of 296.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100CD is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 0 205 -
CMYK 0.06 1 0 0.20
HSL 296.49º 1% 0.4% -
HSV(B) 296.49º 1% 0.8% -
XYZ 33.01 15.75 59.06 -
YUV 81.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 193 0 205 0.06 1 0 0.20 296.49 1 0.4
Hex C1 0 CD 6 64 0 14 128 64 28
Octal 301 0 315 6 144 0 24 450 144 50
Binary 11000001 0 11001101 110 1100100 0 10100 100101000 1100100 101000

Color Harmonies of #C100CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100CD

Black with #C100CD

Text Example


Text Example

White with #C100CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100CD; }

 p { color: rgb(193,0,205); }

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

background-color css

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

 a { background-color: rgb(193,0,205); }

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

border-color css

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

 span { border-color: rgb(193,0,205); }

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