Html Css Color HEX #C018CA Deep Magenta

📋 copy color: '#C018CA'

red 192 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #C018CA

Tints of Deep Magenta #C018CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 45.93%
G = 5.74%
B = 48.33%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C018CA (or 0xC018CA) is known color: Deep Magenta. HEX triplet: C0, 18 and CA. RGB value is (192,24,202). Sum of RGB (Red+Green+Blue) = 192+24+202=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #C018CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018CA is #3FE735. Grayscale: #5D5D5D. Windows color (decimal): -4187958 or 13244608. OLE color: 13244608.

HSL color Cylindrical-coordinate representation of color #C018CA: hue angle of 296.63º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018CA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 24 202 -
CMYK 0.05 0.88 0 0.21
HSL 296.63º 0.79% 0.44% -
HSV(B) 296.63º 0.88% 0.79% -
XYZ 32.73 16.12 57.26 -
YUV 94.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 192 24 202 0.05 0.88 0 0.21 296.63 0.79 0.44
Hex C0 18 CA 5 58 0 15 129 4F 2C
Octal 300 30 312 5 130 0 25 451 117 54
Binary 11000000 11000 11001010 101 1011000 0 10101 100101001 1001111 101100

Color Harmonies of #C018CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018CA

Black with #C018CA

Text Example


Text Example

White with #C018CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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