Html Css Color HEX #C614C5 Deep Magenta

📋 copy color: '#C614C5'

red 198 ◦ green 20 ◦ blue 197

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

Shades of Deep Magenta #C614C5

Tints of Deep Magenta #C614C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.47%

R = 47.71%
G = 4.82%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C614C5 (or 0xC614C5) is known color: Deep Magenta. HEX triplet: C6, 14 and C5. RGB value is (198,20,197). Sum of RGB (Red+Green+Blue) = 198+20+197=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C614C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614C5 is #39EB3A. Grayscale: #5C5C5C. Windows color (decimal): -3795771 or 12915910. OLE color: 12915910.

HSL color Cylindrical-coordinate representation of color #C614C5: hue angle of 300.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C614C5 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 197 -
CMYK 0 0.90 0.01 0.22
HSL 300.34º 0.82% 0.43% -
HSV(B) 300.34º 0.9% 0.78% -
XYZ 33.62 16.54 54.24 -
YUV 93.4 186.47 202.61 -
System Red Green Blue C M Y K H S L
Decimal 198 20 197 0 0.90 0.01 0.22 300.34 0.82 0.43
Hex C6 14 C5 0 5A 1 16 12C 52 2B
Octal 306 24 305 0 132 1 26 454 122 53
Binary 11000110 10100 11000101 0 1011010 1 10110 100101100 1010010 101011

Color Harmonies of #C614C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614C5

Black with #C614C5

Text Example


Text Example

White with #C614C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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