Html Css Color HEX #C001CD Deep Magenta

📋 copy color: '#C001CD'

red 192 ◦ green 1 ◦ blue 205

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

Shades of Deep Magenta #C001CD

Tints of Deep Magenta #C001CD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 48.24%
G = 0.25%
B = 51.51%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C001CD (or 0xC001CD) is known color: Deep Magenta. HEX triplet: C0, 01 and CD. RGB value is (192,1,205). Sum of RGB (Red+Green+Blue) = 192+1+205=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 1 (0.78% from 255 or 0.25% 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 #C001CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001CD is #3FFE32. Grayscale: #505050. Windows color (decimal): -4193843 or 13435328. OLE color: 13435328.

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

Color convert

RGB 192 1 205 -
CMYK 0.06 1.00 0 0.20
HSL 296.18º 0.99% 0.4% -
HSV(B) 296.18º 1% 0.8% -
XYZ 32.77 15.64 59.05 -
YUV 81.37 197.78 206.91 -
System Red Green Blue C M Y K H S L
Decimal 192 1 205 0.06 1.00 0 0.20 296.18 0.99 0.4
Hex C0 1 CD 6 64 0 14 128 63 28
Octal 300 1 315 6 144 0 24 450 143 50
Binary 11000000 1 11001101 110 1100100 0 10100 100101000 1100011 101000

Color Harmonies of #C001CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001CD

Black with #C001CD

Text Example


Text Example

White with #C001CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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