Html Css Color HEX #C02698 Medium Red Violet

📋 copy color: '#C02698'

red 192 ◦ green 38 ◦ blue 152

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

Shades of Medium Red Violet #C02698

Tints of Medium Red Violet #C02698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.95%

 BLUE value IS 152 (59.77% from 255) = 39.79%

R = 50.26%
G = 9.95%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C02698 (or 0xC02698) is known color: Medium Red Violet. HEX triplet: C0, 26 and 98. RGB value is (192,38,152). Sum of RGB (Red+Green+Blue) = 192+38+152=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C02698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02698 is #3FD967. Grayscale: #606060. Windows color (decimal): -4184424 or 9971392. OLE color: 9971392.

HSL color Cylindrical-coordinate representation of color #C02698: hue angle of 315.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02698 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 152 -
CMYK 0 0.80 0.21 0.25
HSL 315.58º 0.67% 0.45% -
HSV(B) 315.58º 0.8% 0.75% -
XYZ 28.1 14.86 31.09 -
YUV 97.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 192 38 152 0 0.80 0.21 0.25 315.58 0.67 0.45
Hex C0 26 98 0 50 15 19 13C 43 2D
Octal 300 46 230 0 120 25 31 474 103 55
Binary 11000000 100110 10011000 0 1010000 10101 11001 100111100 1000011 101101

Color Harmonies of #C02698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02698

Black with #C02698

Text Example


Text Example

White with #C02698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02698; }

 p { color: rgb(192,38,152); }

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

background-color css

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

 a { background-color: rgb(192,38,152); }

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

border-color css

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

 span { border-color: rgb(192,38,152); }

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