Html Css Color HEX #C214CC Deep Magenta

📋 copy color: '#C214CC'

red 194 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #C214CC

Tints of Deep Magenta #C214CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 46.41%
G = 4.78%
B = 48.8%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C214CC (or 0xC214CC) is known color: Deep Magenta. HEX triplet: C2, 14 and CC. RGB value is (194,20,204). Sum of RGB (Red+Green+Blue) = 194+20+204=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C214CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214CC is #3DEB33. Grayscale: #5C5C5C. Windows color (decimal): -4057908 or 13374658. OLE color: 13374658.

HSL color Cylindrical-coordinate representation of color #C214CC: hue angle of 296.74º 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 #C214CC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 20 204 -
CMYK 0.05 0.90 0 0.2
HSL 296.74º 0.82% 0.44% -
HSV(B) 296.74º 0.9% 0.8% -
XYZ 33.4 16.33 58.52 -
YUV 93 190.65 200.04 -
System Red Green Blue C M Y K H S L
Decimal 194 20 204 0.05 0.90 0 0.2 296.74 0.82 0.44
Hex C2 14 CC 5 5A 0 14 129 52 2C
Octal 302 24 314 5 132 0 24 451 122 54
Binary 11000010 10100 11001100 101 1011010 0 10100 100101001 1010010 101100

Color Harmonies of #C214CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214CC

Black with #C214CC

Text Example


Text Example

White with #C214CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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