Html Css Color HEX #C018CD Deep Magenta

📋 copy color: '#C018CD'

red 192 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #C018CD

Tints of Deep Magenta #C018CD

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

 GREEN value IS 24 (9.77% from 255) = 5.7%

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

R = 45.61%
G = 5.7%
B = 48.69%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C018CD (or 0xC018CD) is known color: Deep Magenta. HEX triplet: C0, 18 and CD. RGB value is (192,24,205). Sum of RGB (Red+Green+Blue) = 192+24+205=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C018CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018CD is #3FE732. Grayscale: #5E5E5E. Windows color (decimal): -4187955 or 13441216. OLE color: 13441216.

HSL color Cylindrical-coordinate representation of color #C018CD: hue angle of 295.69º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018CD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 24 205 -
CMYK 0.06 0.88 0 0.20
HSL 295.69º 0.79% 0.45% -
HSV(B) 295.69º 0.88% 0.8% -
XYZ 33.08 16.27 59.15 -
YUV 94.87 190.16 197.28 -
System Red Green Blue C M Y K H S L
Decimal 192 24 205 0.06 0.88 0 0.20 295.69 0.79 0.45
Hex C0 18 CD 6 58 0 14 128 4F 2D
Octal 300 30 315 6 130 0 24 450 117 55
Binary 11000000 11000 11001101 110 1011000 0 10100 100101000 1001111 101101

Color Harmonies of #C018CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018CD

Black with #C018CD

Text Example


Text Example

White with #C018CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018CD; }

 p { color: rgb(192,24,205); }

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

background-color css

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

 a { background-color: rgb(192,24,205); }

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

border-color css

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

 span { border-color: rgb(192,24,205); }

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