Html Css Color HEX #C614CD Deep Magenta

📋 copy color: '#C614CD'

red 198 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #C614CD

Tints of Deep Magenta #C614CD

RGB

 RED value IS 198 (77.73% from 255) = 46.81%

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

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

R = 46.81%
G = 4.73%
B = 48.46%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C614CD (or 0xC614CD) is known color: Deep Magenta. HEX triplet: C6, 14 and CD. RGB value is (198,20,205). Sum of RGB (Red+Green+Blue) = 198+20+205=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #C614CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614CD is #39EB32. Grayscale: #5D5D5D. Windows color (decimal): -3795763 or 13440198. OLE color: 13440198.

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

Color convert

RGB 198 20 205 -
CMYK 0.03 0.90 0 0.20
HSL 297.73º 0.82% 0.44% -
HSV(B) 297.73º 0.9% 0.8% -
XYZ 34.56 16.91 59.2 -
YUV 94.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 198 20 205 0.03 0.90 0 0.20 297.73 0.82 0.44
Hex C6 14 CD 3 5A 0 14 12A 52 2C
Octal 306 24 315 3 132 0 24 452 122 54
Binary 11000110 10100 11001101 11 1011010 0 10100 100101010 1010010 101100

Color Harmonies of #C614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614CD

Black with #C614CD

Text Example


Text Example

White with #C614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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