Html Css Color HEX #C01FBE Deep Magenta

📋 copy color: '#C01FBE'

red 192 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #C01FBE

Tints of Deep Magenta #C01FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.51%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 46.49%
G = 7.51%
B = 46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C01FBE (or 0xC01FBE) is known color: Deep Magenta. HEX triplet: C0, 1F and BE. RGB value is (192,31,190). Sum of RGB (Red+Green+Blue) = 192+31+190=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FBE is #3FE041. Grayscale: #606060. Windows color (decimal): -4186178 or 12459968. OLE color: 12459968.

HSL color Cylindrical-coordinate representation of color #C01FBE: hue angle of 300.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FBE is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 190 -
CMYK 0 0.84 0.01 0.25
HSL 300.75º 0.72% 0.44% -
HSV(B) 300.75º 0.84% 0.75% -
XYZ 31.52 15.9 50.12 -
YUV 97.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 192 31 190 0 0.84 0.01 0.25 300.75 0.72 0.44
Hex C0 1F BE 0 54 1 19 12D 48 2C
Octal 300 37 276 0 124 1 31 455 110 54
Binary 11000000 11111 10111110 0 1010100 1 11001 100101101 1001000 101100

Color Harmonies of #C01FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FBE

Black with #C01FBE

Text Example


Text Example

White with #C01FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FBE; }

 p { color: rgb(192,31,190); }

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

background-color css

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

 a { background-color: rgb(192,31,190); }

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

border-color css

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

 span { border-color: rgb(192,31,190); }

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