Html Css Color HEX #C01BCB Deep Magenta

📋 copy color: '#C01BCB'

red 192 ◦ green 27 ◦ blue 203

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

Shades of Deep Magenta #C01BCB

Tints of Deep Magenta #C01BCB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

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

R = 45.5%
G = 6.4%
B = 48.1%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C01BCB (or 0xC01BCB) is known color: Deep Magenta. HEX triplet: C0, 1B and CB. RGB value is (192,27,203). Sum of RGB (Red+Green+Blue) = 192+27+203=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #C01BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BCB is #3FE434. Grayscale: #5F5F5F. Windows color (decimal): -4187189 or 13310912. OLE color: 13310912.

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

Color convert

RGB 192 27 203 -
CMYK 0.05 0.87 0 0.20
HSL 296.25º 0.77% 0.45% -
HSV(B) 296.25º 0.87% 0.8% -
XYZ 32.91 16.3 57.91 -
YUV 96.4 188.16 196.19 -
System Red Green Blue C M Y K H S L
Decimal 192 27 203 0.05 0.87 0 0.20 296.25 0.77 0.45
Hex C0 1B CB 5 57 0 14 128 4D 2D
Octal 300 33 313 5 127 0 24 450 115 55
Binary 11000000 11011 11001011 101 1010111 0 10100 100101000 1001101 101101

Color Harmonies of #C01BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BCB

Black with #C01BCB

Text Example


Text Example

White with #C01BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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