Html Css Color HEX #C02683 Medium Red Violet

📋 copy color: '#C02683'

red 192 ◦ green 38 ◦ blue 131

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

Shades of Medium Red Violet #C02683

Tints of Medium Red Violet #C02683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 53.19%
G = 10.53%
B = 36.29%

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

#C02683 (or 0xC02683) is known color: Medium Red Violet. HEX triplet: C0, 26 and 83. RGB value is (192,38,131). Sum of RGB (Red+Green+Blue) = 192+38+131=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02683 is #3FD97C. Grayscale: #5E5E5E. Windows color (decimal): -4184445 or 8595136. OLE color: 8595136.

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

Color convert

RGB 192 38 131 -
CMYK 0 0.80 0.32 0.25
HSL 323.77º 0.67% 0.45% -
HSV(B) 323.77º 0.8% 0.75% -
XYZ 26.53 14.23 22.82 -
YUV 94.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 192 38 131 0 0.80 0.32 0.25 323.77 0.67 0.45
Hex C0 26 83 0 50 20 19 144 43 2D
Octal 300 46 203 0 120 40 31 504 103 55
Binary 11000000 100110 10000011 0 1010000 100000 11001 101000100 1000011 101101

Color Harmonies of #C02683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02683

Black with #C02683

Text Example


Text Example

White with #C02683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02683; }

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

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

background-color css

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

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

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

border-color css

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

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

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