Html Css Color HEX #C018CB Deep Magenta

📋 copy color: '#C018CB'

red 192 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #C018CB

Tints of Deep Magenta #C018CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 45.82%
G = 5.73%
B = 48.45%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C018CB (or 0xC018CB) is known color: Deep Magenta. HEX triplet: C0, 18 and CB. RGB value is (192,24,203). Sum of RGB (Red+Green+Blue) = 192+24+203=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #C018CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018CB is #3FE734. Grayscale: #5E5E5E. Windows color (decimal): -4187957 or 13310144. OLE color: 13310144.

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

Color convert

RGB 192 24 203 -
CMYK 0.05 0.88 0 0.20
HSL 296.31º 0.79% 0.45% -
HSV(B) 296.31º 0.88% 0.8% -
XYZ 32.84 16.17 57.89 -
YUV 94.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 192 24 203 0.05 0.88 0 0.20 296.31 0.79 0.45
Hex C0 18 CB 5 58 0 14 128 4F 2D
Octal 300 30 313 5 130 0 24 450 117 55
Binary 11000000 11000 11001011 101 1011000 0 10100 100101000 1001111 101101

Color Harmonies of #C018CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018CB

Black with #C018CB

Text Example


Text Example

White with #C018CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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