Html Css Color HEX #C01BCF Deep Magenta

📋 copy color: '#C01BCF'

red 192 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #C01BCF

Tints of Deep Magenta #C01BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 45.07%
G = 6.34%
B = 48.59%

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

#C01BCF (or 0xC01BCF) is known color: Deep Magenta. HEX triplet: C0, 1B and CF. RGB value is (192,27,207). Sum of RGB (Red+Green+Blue) = 192+27+207=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #C01BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BCF is #3FE430. Grayscale: #606060. Windows color (decimal): -4187185 or 13573056. OLE color: 13573056.

HSL color Cylindrical-coordinate representation of color #C01BCF: hue angle of 295º 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 #C01BCF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 27 207 -
CMYK 0.07 0.87 0 0.19
HSL 295º 0.77% 0.46% -
HSV(B) 295º 0.87% 0.81% -
XYZ 33.39 16.5 60.46 -
YUV 96.86 190.16 195.86 -
System Red Green Blue C M Y K H S L
Decimal 192 27 207 0.07 0.87 0 0.19 295 0.77 0.46
Hex C0 1B CF 7 57 0 13 127 4D 2E
Octal 300 33 317 7 127 0 23 447 115 56
Binary 11000000 11011 11001111 111 1010111 0 10011 100100111 1001101 101110

Color Harmonies of #C01BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BCF

Black with #C01BCF

Text Example


Text Example

White with #C01BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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