Html Css Color HEX #C024A3 Medium Violet Red

📋 copy color: '#C024A3'

red 192 ◦ green 36 ◦ blue 163

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

Shades of Medium Violet Red #C024A3

Tints of Medium Violet Red #C024A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.69%

R = 49.1%
G = 9.21%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C024A3 (or 0xC024A3) is known color: Medium Violet Red. HEX triplet: C0, 24 and A3. RGB value is (192,36,163). Sum of RGB (Red+Green+Blue) = 192+36+163=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C024A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024A3 is #3FDB5C. Grayscale: #606060. Windows color (decimal): -4184925 or 10691776. OLE color: 10691776.

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

Color convert

RGB 192 36 163 -
CMYK 0 0.81 0.15 0.25
HSL 311.15º 0.68% 0.45% -
HSV(B) 311.15º 0.81% 0.75% -
XYZ 28.98 15.11 36.04 -
YUV 97.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 192 36 163 0 0.81 0.15 0.25 311.15 0.68 0.45
Hex C0 24 A3 0 51 F 19 137 44 2D
Octal 300 44 243 0 121 17 31 467 104 55
Binary 11000000 100100 10100011 0 1010001 1111 11001 100110111 1000100 101101

Color Harmonies of #C024A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024A3

Black with #C024A3

Text Example


Text Example

White with #C024A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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