Html Css Color HEX #C024AD Medium Violet Red

📋 copy color: '#C024AD'

red 192 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #C024AD

Tints of Medium Violet Red #C024AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.98%

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

R = 47.88%
G = 8.98%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C024AD (or 0xC024AD) is known color: Medium Violet Red. HEX triplet: C0, 24 and AD. RGB value is (192,36,173). Sum of RGB (Red+Green+Blue) = 192+36+173=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C024AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024AD is #3FDB52. Grayscale: #616161. Windows color (decimal): -4184915 or 11347136. OLE color: 11347136.

HSL color Cylindrical-coordinate representation of color #C024AD: hue angle of 307.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C024AD is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 173 -
CMYK 0 0.81 0.10 0.25
HSL 307.31º 0.68% 0.45% -
HSV(B) 307.31º 0.81% 0.75% -
XYZ 29.91 15.49 40.95 -
YUV 98.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 192 36 173 0 0.81 0.10 0.25 307.31 0.68 0.45
Hex C0 24 AD 0 51 A 19 133 44 2D
Octal 300 44 255 0 121 12 31 463 104 55
Binary 11000000 100100 10101101 0 1010001 1010 11001 100110011 1000100 101101

Color Harmonies of #C024AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024AD

Black with #C024AD

Text Example


Text Example

White with #C024AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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