Html Css Color HEX #C02882 Medium Red Violet

📋 copy color: '#C02882'

red 192 ◦ green 40 ◦ blue 130

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

Shades of Medium Red Violet #C02882

Tints of Medium Red Violet #C02882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

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

R = 53.04%
G = 11.05%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02882 (or 0xC02882) is known color: Medium Red Violet. HEX triplet: C0, 28 and 82. RGB value is (192,40,130). Sum of RGB (Red+Green+Blue) = 192+40+130=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02882 is #3FD77D. Grayscale: #5F5F5F. Windows color (decimal): -4183934 or 8530112. OLE color: 8530112.

HSL color Cylindrical-coordinate representation of color #C02882: hue angle of 324.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02882 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 130 -
CMYK 0 0.79 0.32 0.25
HSL 324.47º 0.66% 0.45% -
HSV(B) 324.47º 0.79% 0.75% -
XYZ 26.53 14.34 22.49 -
YUV 95.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 192 40 130 0 0.79 0.32 0.25 324.47 0.66 0.45
Hex C0 28 82 0 4F 20 19 144 42 2D
Octal 300 50 202 0 117 40 31 504 102 55
Binary 11000000 101000 10000010 0 1001111 100000 11001 101000100 1000010 101101

Color Harmonies of #C02882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02882

Black with #C02882

Text Example


Text Example

White with #C02882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02882; }

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

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

background-color css

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

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

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

border-color css

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

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

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