Html Css Color HEX #C023CE Deep Magenta

📋 copy color: '#C023CE'

red 192 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #C023CE

Tints of Deep Magenta #C023CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 44.34%
G = 8.08%
B = 47.58%

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

#C023CE (or 0xC023CE) is known color: Deep Magenta. HEX triplet: C0, 23 and CE. RGB value is (192,35,206). Sum of RGB (Red+Green+Blue) = 192+35+206=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C023CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023CE is #3FDC31. Grayscale: #646464. Windows color (decimal): -4185138 or 13509568. OLE color: 13509568.

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

Color convert

RGB 192 35 206 -
CMYK 0.07 0.83 0 0.19
HSL 295.09º 0.71% 0.47% -
HSV(B) 295.09º 0.83% 0.81% -
XYZ 33.48 16.86 59.88 -
YUV 101.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 192 35 206 0.07 0.83 0 0.19 295.09 0.71 0.47
Hex C0 23 CE 7 53 0 13 127 47 2F
Octal 300 43 316 7 123 0 23 447 107 57
Binary 11000000 100011 11001110 111 1010011 0 10011 100100111 1000111 101111

Color Harmonies of #C023CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023CE

Black with #C023CE

Text Example


Text Example

White with #C023CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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