Html Css Color HEX #C023CF Deep Magenta

📋 copy color: '#C023CF'

red 192 ◦ green 35 ◦ blue 207

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

Shades of Deep Magenta #C023CF

Tints of Deep Magenta #C023CF

RGB

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

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

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

R = 44.24%
G = 8.06%
B = 47.7%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C023CF (or 0xC023CF) is known color: Deep Magenta. HEX triplet: C0, 23 and CF. RGB value is (192,35,207). Sum of RGB (Red+Green+Blue) = 192+35+207=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C023CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023CF is #3FDC30. Grayscale: #656565. Windows color (decimal): -4185137 or 13575104. OLE color: 13575104.

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

Color convert

RGB 192 35 207 -
CMYK 0.07 0.83 0 0.19
HSL 294.77º 0.71% 0.47% -
HSV(B) 294.77º 0.83% 0.81% -
XYZ 33.6 16.91 60.53 -
YUV 101.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 192 35 207 0.07 0.83 0 0.19 294.77 0.71 0.47
Hex C0 23 CF 7 53 0 13 127 47 2F
Octal 300 43 317 7 123 0 23 447 107 57
Binary 11000000 100011 11001111 111 1010011 0 10011 100100111 1000111 101111

Color Harmonies of #C023CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023CF

Black with #C023CF

Text Example


Text Example

White with #C023CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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