Html Css Color HEX #C023BE Deep Magenta

📋 copy color: '#C023BE'

red 192 ◦ green 35 ◦ blue 190

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

Shades of Deep Magenta #C023BE

Tints of Deep Magenta #C023BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.39%

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

R = 46.04%
G = 8.39%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C023BE (or 0xC023BE) is known color: Deep Magenta. HEX triplet: C0, 23 and BE. RGB value is (192,35,190). Sum of RGB (Red+Green+Blue) = 192+35+190=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C023BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023BE is #3FDC41. Grayscale: #636363. Windows color (decimal): -4185154 or 12460992. OLE color: 12460992.

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

Color convert

RGB 192 35 190 -
CMYK 0 0.82 0.01 0.25
HSL 300.76º 0.69% 0.45% -
HSV(B) 300.76º 0.82% 0.75% -
XYZ 31.63 16.13 50.16 -
YUV 99.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 192 35 190 0 0.82 0.01 0.25 300.76 0.69 0.45
Hex C0 23 BE 0 52 1 19 12D 45 2D
Octal 300 43 276 0 122 1 31 455 105 55
Binary 11000000 100011 10111110 0 1010010 1 11001 100101101 1000101 101101

Color Harmonies of #C023BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023BE

Black with #C023BE

Text Example


Text Example

White with #C023BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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