Html Css Color HEX #C023DF Deep Magenta

📋 copy color: '#C023DF'

red 192 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #C023DF

Tints of Deep Magenta #C023DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 42.67%
G = 7.78%
B = 49.56%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C023DF (or 0xC023DF) is known color: Deep Magenta. HEX triplet: C0, 23 and DF. RGB value is (192,35,223). Sum of RGB (Red+Green+Blue) = 192+35+223=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C023DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023DF is #3FDC20. Grayscale: #666666. Windows color (decimal): -4185121 or 14623680. OLE color: 14623680.

HSL color Cylindrical-coordinate representation of color #C023DF: hue angle of 290.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C023DF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 35 223 -
CMYK 0.14 0.84 0 0.13
HSL 290.11º 0.75% 0.51% -
HSV(B) 290.11º 0.84% 0.87% -
XYZ 35.66 17.74 71.36 -
YUV 103.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 192 35 223 0.14 0.84 0 0.13 290.11 0.75 0.51
Hex C0 23 DF E 54 0 D 122 4B 33
Octal 300 43 337 16 124 0 15 442 113 63
Binary 11000000 100011 11011111 1110 1010100 0 1101 100100010 1001011 110011

Color Harmonies of #C023DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023DF

Black with #C023DF

Text Example


Text Example

White with #C023DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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