Html Css Color HEX #C214CD Deep Magenta

📋 copy color: '#C214CD'

red 194 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #C214CD

Tints of Deep Magenta #C214CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 46.3%
G = 4.77%
B = 48.93%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C214CD (or 0xC214CD) is known color: Deep Magenta. HEX triplet: C2, 14 and CD. RGB value is (194,20,205). Sum of RGB (Red+Green+Blue) = 194+20+205=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C214CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214CD is #3DEB32. Grayscale: #5C5C5C. Windows color (decimal): -4057907 or 13440194. OLE color: 13440194.

HSL color Cylindrical-coordinate representation of color #C214CD: hue angle of 296.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214CD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 20 205 -
CMYK 0.05 0.90 0 0.20
HSL 296.43º 0.82% 0.44% -
HSV(B) 296.43º 0.9% 0.8% -
XYZ 33.52 16.38 59.15 -
YUV 93.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 194 20 205 0.05 0.90 0 0.20 296.43 0.82 0.44
Hex C2 14 CD 5 5A 0 14 128 52 2C
Octal 302 24 315 5 132 0 24 450 122 54
Binary 11000010 10100 11001101 101 1011010 0 10100 100101000 1010010 101100

Color Harmonies of #C214CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214CD

Black with #C214CD

Text Example


Text Example

White with #C214CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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