Html Css Color HEX #C02FA3 Medium Red Violet

📋 copy color: '#C02FA3'

red 192 ◦ green 47 ◦ blue 163

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

Shades of Medium Red Violet #C02FA3

Tints of Medium Red Violet #C02FA3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

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

R = 47.76%
G = 11.69%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C02FA3 (or 0xC02FA3) is known color: Medium Red Violet. HEX triplet: C0, 2F and A3. RGB value is (192,47,163). Sum of RGB (Red+Green+Blue) = 192+47+163=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FA3 is #3FD05C. Grayscale: #676767. Windows color (decimal): -4182109 or 10694592. OLE color: 10694592.

HSL color Cylindrical-coordinate representation of color #C02FA3: hue angle of 312º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FA3 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 163 -
CMYK 0 0.76 0.15 0.25
HSL 312º 0.61% 0.47% -
HSV(B) 312º 0.76% 0.75% -
XYZ 29.37 15.88 36.17 -
YUV 103.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 192 47 163 0 0.76 0.15 0.25 312 0.61 0.47
Hex C0 2F A3 0 4C F 19 138 3D 2F
Octal 300 57 243 0 114 17 31 470 75 57
Binary 11000000 101111 10100011 0 1001100 1111 11001 100111000 111101 101111

Color Harmonies of #C02FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FA3

Black with #C02FA3

Text Example


Text Example

White with #C02FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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