Html Css Color HEX #C02685 Medium Red Violet

📋 copy color: '#C02685'

red 192 ◦ green 38 ◦ blue 133

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

Shades of Medium Red Violet #C02685

Tints of Medium Red Violet #C02685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 52.89%
G = 10.47%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C02685 (or 0xC02685) is known color: Medium Red Violet. HEX triplet: C0, 26 and 85. RGB value is (192,38,133). Sum of RGB (Red+Green+Blue) = 192+38+133=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C02685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02685 is #3FD97A. Grayscale: #5E5E5E. Windows color (decimal): -4184443 or 8726208. OLE color: 8726208.

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

Color convert

RGB 192 38 133 -
CMYK 0 0.80 0.31 0.25
HSL 322.99º 0.67% 0.45% -
HSV(B) 322.99º 0.8% 0.75% -
XYZ 26.66 14.29 23.54 -
YUV 94.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 192 38 133 0 0.80 0.31 0.25 322.99 0.67 0.45
Hex C0 26 85 0 50 1F 19 143 43 2D
Octal 300 46 205 0 120 37 31 503 103 55
Binary 11000000 100110 10000101 0 1010000 11111 11001 101000011 1000011 101101

Color Harmonies of #C02685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02685

Black with #C02685

Text Example


Text Example

White with #C02685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02685; }

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

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

background-color css

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

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

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

border-color css

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

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

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