Html Css Color HEX #C023AF Deep Magenta

📋 copy color: '#C023AF'

red 192 ◦ green 35 ◦ blue 175

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

Shades of Deep Magenta #C023AF

Tints of Deep Magenta #C023AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 47.76%
G = 8.71%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C023AF (or 0xC023AF) is known color: Deep Magenta. HEX triplet: C0, 23 and AF. RGB value is (192,35,175). Sum of RGB (Red+Green+Blue) = 192+35+175=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C023AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C023AF is #3FDC50. Grayscale: #616161. Windows color (decimal): -4185169 or 11477952. OLE color: 11477952.

HSL color Cylindrical-coordinate representation of color #C023AF: hue angle of 306.5º 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 #C023AF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 175 -
CMYK 0 0.82 0.09 0.25
HSL 306.5º 0.69% 0.45% -
HSV(B) 306.5º 0.82% 0.75% -
XYZ 30.08 15.5 41.96 -
YUV 97.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 192 35 175 0 0.82 0.09 0.25 306.5 0.69 0.45
Hex C0 23 AF 0 52 9 19 132 45 2D
Octal 300 43 257 0 122 11 31 462 105 55
Binary 11000000 100011 10101111 0 1010010 1001 11001 100110010 1000101 101101

Color Harmonies of #C023AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023AF

Black with #C023AF

Text Example


Text Example

White with #C023AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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