Html Css Color HEX #C023CD Deep Magenta

📋 copy color: '#C023CD'

red 192 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #C023CD

Tints of Deep Magenta #C023CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 44.44%
G = 8.1%
B = 47.45%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C023CD (or 0xC023CD) is known color: Deep Magenta. HEX triplet: C0, 23 and CD. RGB value is (192,35,205). Sum of RGB (Red+Green+Blue) = 192+35+205=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C023CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023CD is #3FDC32. Grayscale: #646464. Windows color (decimal): -4185139 or 13444032. OLE color: 13444032.

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

Color convert

RGB 192 35 205 -
CMYK 0.06 0.83 0 0.20
HSL 295.41º 0.71% 0.47% -
HSV(B) 295.41º 0.83% 0.8% -
XYZ 33.36 16.82 59.25 -
YUV 101.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 192 35 205 0.06 0.83 0 0.20 295.41 0.71 0.47
Hex C0 23 CD 6 53 0 14 127 47 2F
Octal 300 43 315 6 123 0 24 447 107 57
Binary 11000000 100011 11001101 110 1010011 0 10100 100100111 1000111 101111

Color Harmonies of #C023CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023CD

Black with #C023CD

Text Example


Text Example

White with #C023CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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