Html Css Color HEX #C015CB Deep Magenta

📋 copy color: '#C015CB'

red 192 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #C015CB

Tints of Deep Magenta #C015CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.05%

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

R = 46.15%
G = 5.05%
B = 48.8%

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

#C015CB (or 0xC015CB) is known color: Deep Magenta. HEX triplet: C0, 15 and CB. RGB value is (192,21,203). Sum of RGB (Red+Green+Blue) = 192+21+203=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #C015CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015CB is #3FEA34. Grayscale: #5C5C5C. Windows color (decimal): -4188725 or 13309376. OLE color: 13309376.

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

Color convert

RGB 192 21 203 -
CMYK 0.05 0.90 0 0.20
HSL 296.37º 0.81% 0.44% -
HSV(B) 296.37º 0.9% 0.8% -
XYZ 32.79 16.05 57.87 -
YUV 92.88 190.15 198.7 -
System Red Green Blue C M Y K H S L
Decimal 192 21 203 0.05 0.90 0 0.20 296.37 0.81 0.44
Hex C0 15 CB 5 5A 0 14 128 51 2C
Octal 300 25 313 5 132 0 24 450 121 54
Binary 11000000 10101 11001011 101 1011010 0 10100 100101000 1010001 101100

Color Harmonies of #C015CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015CB

Black with #C015CB

Text Example


Text Example

White with #C015CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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