Html Css Color HEX #C214CA Deep Magenta

📋 copy color: '#C214CA'

red 194 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #C214CA

Tints of Deep Magenta #C214CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 46.63%
G = 4.81%
B = 48.56%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C214CA (or 0xC214CA) is known color: Deep Magenta. HEX triplet: C2, 14 and CA. RGB value is (194,20,202). Sum of RGB (Red+Green+Blue) = 194+20+202=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C214CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214CA is #3DEB35. Grayscale: #5C5C5C. Windows color (decimal): -4057910 or 13243586. OLE color: 13243586.

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

Color convert

RGB 194 20 202 -
CMYK 0.04 0.90 0 0.21
HSL 297.36º 0.82% 0.44% -
HSV(B) 297.36º 0.9% 0.79% -
XYZ 33.16 16.23 57.26 -
YUV 92.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 194 20 202 0.04 0.90 0 0.21 297.36 0.82 0.44
Hex C2 14 CA 4 5A 0 15 129 52 2C
Octal 302 24 312 4 132 0 25 451 122 54
Binary 11000010 10100 11001010 100 1011010 0 10101 100101001 1010010 101100

Color Harmonies of #C214CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214CA

Black with #C214CA

Text Example


Text Example

White with #C214CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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