Html Css Color HEX #C02BA8 Medium Red Violet

📋 copy color: '#C02BA8'

red 192 ◦ green 43 ◦ blue 168

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

Shades of Medium Red Violet #C02BA8

Tints of Medium Red Violet #C02BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 47.64%
G = 10.67%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C02BA8 (or 0xC02BA8) is known color: Medium Red Violet. HEX triplet: C0, 2B and A8. RGB value is (192,43,168). Sum of RGB (Red+Green+Blue) = 192+43+168=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BA8 is #3FD457. Grayscale: #656565. Windows color (decimal): -4183128 or 11021248. OLE color: 11021248.

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

Color convert

RGB 192 43 168 -
CMYK 0 0.78 0.12 0.25
HSL 309.66º 0.63% 0.46% -
HSV(B) 309.66º 0.78% 0.75% -
XYZ 29.67 15.76 38.52 -
YUV 101.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 192 43 168 0 0.78 0.12 0.25 309.66 0.63 0.46
Hex C0 2B A8 0 4E C 19 136 3F 2E
Octal 300 53 250 0 116 14 31 466 77 56
Binary 11000000 101011 10101000 0 1001110 1100 11001 100110110 111111 101110

Color Harmonies of #C02BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BA8

Black with #C02BA8

Text Example


Text Example

White with #C02BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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