Html Css Color HEX #C023A6 Medium Violet Red

📋 copy color: '#C023A6'

red 192 ◦ green 35 ◦ blue 166

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

Shades of Medium Violet Red #C023A6

Tints of Medium Violet Red #C023A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 48.85%
G = 8.91%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C023A6 (or 0xC023A6) is known color: Medium Violet Red. HEX triplet: C0, 23 and A6. RGB value is (192,35,166). Sum of RGB (Red+Green+Blue) = 192+35+166=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C023A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C023A6 is #3FDC59. Grayscale: #606060. Windows color (decimal): -4185178 or 10888128. OLE color: 10888128.

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

Color convert

RGB 192 35 166 -
CMYK 0 0.82 0.14 0.25
HSL 309.94º 0.69% 0.45% -
HSV(B) 309.94º 0.82% 0.75% -
XYZ 29.22 15.16 37.46 -
YUV 96.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 192 35 166 0 0.82 0.14 0.25 309.94 0.69 0.45
Hex C0 23 A6 0 52 E 19 136 45 2D
Octal 300 43 246 0 122 16 31 466 105 55
Binary 11000000 100011 10100110 0 1010010 1110 11001 100110110 1000101 101101

Color Harmonies of #C023A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023A6

Black with #C023A6

Text Example


Text Example

White with #C023A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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