Html Css Color HEX #C02BA6 Medium Red Violet

📋 copy color: '#C02BA6'

red 192 ◦ green 43 ◦ blue 166

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

Shades of Medium Red Violet #C02BA6

Tints of Medium Red Violet #C02BA6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.72%

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

R = 47.88%
G = 10.72%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C02BA6 (or 0xC02BA6) is known color: Medium Red Violet. HEX triplet: C0, 2B and A6. RGB value is (192,43,166). Sum of RGB (Red+Green+Blue) = 192+43+166=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BA6 is #3FD459. Grayscale: #656565. Windows color (decimal): -4183130 or 10890176. OLE color: 10890176.

HSL color Cylindrical-coordinate representation of color #C02BA6: hue angle of 310.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02BA6 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 166 -
CMYK 0 0.78 0.14 0.25
HSL 310.47º 0.63% 0.46% -
HSV(B) 310.47º 0.78% 0.75% -
XYZ 29.49 15.69 37.55 -
YUV 101.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 192 43 166 0 0.78 0.14 0.25 310.47 0.63 0.46
Hex C0 2B A6 0 4E E 19 136 3F 2E
Octal 300 53 246 0 116 16 31 466 77 56
Binary 11000000 101011 10100110 0 1001110 1110 11001 100110110 111111 101110

Color Harmonies of #C02BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BA6

Black with #C02BA6

Text Example


Text Example

White with #C02BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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