Html Css Color HEX #C614BC Deep Magenta

📋 copy color: '#C614BC'

red 198 ◦ green 20 ◦ blue 188

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

Shades of Deep Magenta #C614BC

Tints of Deep Magenta #C614BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 48.77%
G = 4.93%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C614BC (or 0xC614BC) is known color: Deep Magenta. HEX triplet: C6, 14 and BC. RGB value is (198,20,188). Sum of RGB (Red+Green+Blue) = 198+20+188=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C614BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614BC is #39EB43. Grayscale: #5B5B5B. Windows color (decimal): -3795780 or 12326086. OLE color: 12326086.

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

Color convert

RGB 198 20 188 -
CMYK 0 0.90 0.05 0.22
HSL 303.37º 0.82% 0.43% -
HSV(B) 303.37º 0.9% 0.78% -
XYZ 32.62 16.14 48.97 -
YUV 92.37 181.97 203.34 -
System Red Green Blue C M Y K H S L
Decimal 198 20 188 0 0.90 0.05 0.22 303.37 0.82 0.43
Hex C6 14 BC 0 5A 5 16 12F 52 2B
Octal 306 24 274 0 132 5 26 457 122 53
Binary 11000110 10100 10111100 0 1011010 101 10110 100101111 1010010 101011

Color Harmonies of #C614BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614BC

Black with #C614BC

Text Example


Text Example

White with #C614BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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