Html Css Color HEX #C02687 Medium Red Violet

📋 copy color: '#C02687'

red 192 ◦ green 38 ◦ blue 135

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

Shades of Medium Red Violet #C02687

Tints of Medium Red Violet #C02687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 52.6%
G = 10.41%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C02687 (or 0xC02687) is known color: Medium Red Violet. HEX triplet: C0, 26 and 87. RGB value is (192,38,135). Sum of RGB (Red+Green+Blue) = 192+38+135=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C02687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02687 is #3FD978. Grayscale: #5E5E5E. Windows color (decimal): -4184441 or 8857280. OLE color: 8857280.

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

Color convert

RGB 192 38 135 -
CMYK 0 0.80 0.30 0.25
HSL 322.21º 0.67% 0.45% -
HSV(B) 322.21º 0.8% 0.75% -
XYZ 26.8 14.34 24.28 -
YUV 95.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 192 38 135 0 0.80 0.30 0.25 322.21 0.67 0.45
Hex C0 26 87 0 50 1E 19 142 43 2D
Octal 300 46 207 0 120 36 31 502 103 55
Binary 11000000 100110 10000111 0 1010000 11110 11001 101000010 1000011 101101

Color Harmonies of #C02687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02687

Black with #C02687

Text Example


Text Example

White with #C02687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02687; }

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

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

background-color css

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

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

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

border-color css

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

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

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