Html Css Color HEX #C01BCE Deep Magenta

📋 copy color: '#C01BCE'

red 192 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #C01BCE

Tints of Deep Magenta #C01BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 45.18%
G = 6.35%
B = 48.47%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C01BCE (or 0xC01BCE) is known color: Deep Magenta. HEX triplet: C0, 1B and CE. RGB value is (192,27,206). Sum of RGB (Red+Green+Blue) = 192+27+206=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #C01BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BCE is #3FE431. Grayscale: #606060. Windows color (decimal): -4187186 or 13507520. OLE color: 13507520.

HSL color Cylindrical-coordinate representation of color #C01BCE: hue angle of 295.31º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01BCE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 27 206 -
CMYK 0.07 0.87 0 0.19
HSL 295.31º 0.77% 0.46% -
HSV(B) 295.31º 0.87% 0.81% -
XYZ 33.27 16.45 59.81 -
YUV 96.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 192 27 206 0.07 0.87 0 0.19 295.31 0.77 0.46
Hex C0 1B CE 7 57 0 13 127 4D 2E
Octal 300 33 316 7 127 0 23 447 115 56
Binary 11000000 11011 11001110 111 1010111 0 10011 100100111 1001101 101110

Color Harmonies of #C01BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BCE

Black with #C01BCE

Text Example


Text Example

White with #C01BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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