Html Css Color HEX #C214CF Deep Magenta

📋 copy color: '#C214CF'

red 194 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #C214CF

Tints of Deep Magenta #C214CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 46.08%
G = 4.75%
B = 49.17%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C214CF (or 0xC214CF) is known color: Deep Magenta. HEX triplet: C2, 14 and CF. RGB value is (194,20,207). Sum of RGB (Red+Green+Blue) = 194+20+207=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C214CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214CF is #3DEB30. Grayscale: #5C5C5C. Windows color (decimal): -4057905 or 13571266. OLE color: 13571266.

HSL color Cylindrical-coordinate representation of color #C214CF: hue angle of 295.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214CF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 20 207 -
CMYK 0.06 0.90 0 0.19
HSL 295.83º 0.82% 0.45% -
HSV(B) 295.83º 0.9% 0.81% -
XYZ 33.76 16.47 60.43 -
YUV 93.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 194 20 207 0.06 0.90 0 0.19 295.83 0.82 0.45
Hex C2 14 CF 6 5A 0 13 128 52 2D
Octal 302 24 317 6 132 0 23 450 122 55
Binary 11000010 10100 11001111 110 1011010 0 10011 100101000 1010010 101101

Color Harmonies of #C214CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214CF

Black with #C214CF

Text Example


Text Example

White with #C214CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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