Html Css Color HEX #C014CB Deep Magenta

📋 copy color: '#C014CB'

red 192 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #C014CB

Tints of Deep Magenta #C014CB

RGB

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

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

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

R = 46.27%
G = 4.82%
B = 48.92%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C014CB (or 0xC014CB) is known color: Deep Magenta. HEX triplet: C0, 14 and CB. RGB value is (192,20,203). Sum of RGB (Red+Green+Blue) = 192+20+203=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C014CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014CB is #3FEB34. Grayscale: #5B5B5B. Windows color (decimal): -4188981 or 13309120. OLE color: 13309120.

HSL color Cylindrical-coordinate representation of color #C014CB: hue angle of 296.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014CB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 20 203 -
CMYK 0.05 0.90 0 0.20
HSL 296.39º 0.82% 0.44% -
HSV(B) 296.39º 0.9% 0.8% -
XYZ 32.77 16.02 57.86 -
YUV 92.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 192 20 203 0.05 0.90 0 0.20 296.39 0.82 0.44
Hex C0 14 CB 5 5A 0 14 128 52 2C
Octal 300 24 313 5 132 0 24 450 122 54
Binary 11000000 10100 11001011 101 1011010 0 10100 100101000 1010010 101100

Color Harmonies of #C014CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014CB

Black with #C014CB

Text Example


Text Example

White with #C014CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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