Html Css Color HEX #C02691 Medium Red Violet

📋 copy color: '#C02691'

red 192 ◦ green 38 ◦ blue 145

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

Shades of Medium Red Violet #C02691

Tints of Medium Red Violet #C02691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 51.2%
G = 10.13%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C02691 (or 0xC02691) is known color: Medium Red Violet. HEX triplet: C0, 26 and 91. RGB value is (192,38,145). Sum of RGB (Red+Green+Blue) = 192+38+145=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02691 is #3FD96E. Grayscale: #5F5F5F. Windows color (decimal): -4184431 or 9512640. OLE color: 9512640.

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

Color convert

RGB 192 38 145 -
CMYK 0 0.80 0.24 0.25
HSL 318.31º 0.67% 0.45% -
HSV(B) 318.31º 0.8% 0.75% -
XYZ 27.54 14.64 28.16 -
YUV 96.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 192 38 145 0 0.80 0.24 0.25 318.31 0.67 0.45
Hex C0 26 91 0 50 18 19 13E 43 2D
Octal 300 46 221 0 120 30 31 476 103 55
Binary 11000000 100110 10010001 0 1010000 11000 11001 100111110 1000011 101101

Color Harmonies of #C02691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02691

Black with #C02691

Text Example


Text Example

White with #C02691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02691; }

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

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

background-color css

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

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

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

border-color css

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

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

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