Html Css Color HEX #C210CD Deep Magenta

📋 copy color: '#C210CD'

red 194 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #C210CD

Tints of Deep Magenta #C210CD

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 46.75%
G = 3.86%
B = 49.4%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C210CD (or 0xC210CD) is known color: Deep Magenta. HEX triplet: C2, 10 and CD. RGB value is (194,16,205). Sum of RGB (Red+Green+Blue) = 194+16+205=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C210CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210CD is #3DEF32. Grayscale: #5A5A5A. Windows color (decimal): -4058931 or 13439170. OLE color: 13439170.

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

Color convert

RGB 194 16 205 -
CMYK 0.05 0.92 0 0.20
HSL 296.51º 0.86% 0.43% -
HSV(B) 296.51º 0.92% 0.8% -
XYZ 33.45 16.25 59.13 -
YUV 90.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 194 16 205 0.05 0.92 0 0.20 296.51 0.86 0.43
Hex C2 10 CD 5 5C 0 14 129 56 2B
Octal 302 20 315 5 134 0 24 451 126 53
Binary 11000010 10000 11001101 101 1011100 0 10100 100101001 1010110 101011

Color Harmonies of #C210CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210CD

Black with #C210CD

Text Example


Text Example

White with #C210CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210CD; }

 p { color: rgb(194,16,205); }

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

background-color css

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

 a { background-color: rgb(194,16,205); }

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

border-color css

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

 span { border-color: rgb(194,16,205); }

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