Html Css Color HEX #C023AD Medium Violet Red

📋 copy color: '#C023AD'

red 192 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #C023AD

Tints of Medium Violet Red #C023AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 48%
G = 8.75%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C023AD (or 0xC023AD) is known color: Medium Violet Red. HEX triplet: C0, 23 and AD. RGB value is (192,35,173). Sum of RGB (Red+Green+Blue) = 192+35+173=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C023AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C023AD is #3FDC52. Grayscale: #616161. Windows color (decimal): -4185171 or 11346880. OLE color: 11346880.

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

Color convert

RGB 192 35 173 -
CMYK 0 0.82 0.10 0.25
HSL 307.26º 0.69% 0.45% -
HSV(B) 307.26º 0.82% 0.75% -
XYZ 29.88 15.43 40.94 -
YUV 97.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 192 35 173 0 0.82 0.10 0.25 307.26 0.69 0.45
Hex C0 23 AD 0 52 A 19 133 45 2D
Octal 300 43 255 0 122 12 31 463 105 55
Binary 11000000 100011 10101101 0 1010010 1010 11001 100110011 1000101 101101

Color Harmonies of #C023AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023AD

Black with #C023AD

Text Example


Text Example

White with #C023AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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