Html Css Color HEX #C02682 Medium Red Violet

📋 copy color: '#C02682'

red 192 ◦ green 38 ◦ blue 130

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

Shades of Medium Red Violet #C02682

Tints of Medium Red Violet #C02682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 53.33%
G = 10.56%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02682 (or 0xC02682) is known color: Medium Red Violet. HEX triplet: C0, 26 and 82. RGB value is (192,38,130). Sum of RGB (Red+Green+Blue) = 192+38+130=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C02682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02682 is #3FD97D. Grayscale: #5E5E5E. Windows color (decimal): -4184446 or 8529600. OLE color: 8529600.

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

Color convert

RGB 192 38 130 -
CMYK 0 0.80 0.32 0.25
HSL 324.16º 0.67% 0.45% -
HSV(B) 324.16º 0.8% 0.75% -
XYZ 26.46 14.2 22.47 -
YUV 94.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 192 38 130 0 0.80 0.32 0.25 324.16 0.67 0.45
Hex C0 26 82 0 50 20 19 144 43 2D
Octal 300 46 202 0 120 40 31 504 103 55
Binary 11000000 100110 10000010 0 1010000 100000 11001 101000100 1000011 101101

Color Harmonies of #C02682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02682

Black with #C02682

Text Example


Text Example

White with #C02682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02682; }

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

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

background-color css

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

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

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

border-color css

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

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

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