Html Css Color HEX #C02785 Medium Red Violet

📋 copy color: '#C02785'

red 192 ◦ green 39 ◦ blue 133

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

Shades of Medium Red Violet #C02785

Tints of Medium Red Violet #C02785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

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

R = 52.75%
G = 10.71%
B = 36.54%

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

#C02785 (or 0xC02785) is known color: Medium Red Violet. HEX triplet: C0, 27 and 85. RGB value is (192,39,133). Sum of RGB (Red+Green+Blue) = 192+39+133=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C02785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02785 is #3FD87A. Grayscale: #5F5F5F. Windows color (decimal): -4184187 or 8726464. OLE color: 8726464.

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

Color convert

RGB 192 39 133 -
CMYK 0 0.80 0.31 0.25
HSL 323.14º 0.66% 0.45% -
HSV(B) 323.14º 0.8% 0.75% -
XYZ 26.7 14.35 23.55 -
YUV 95.46 149.19 196.86 -
System Red Green Blue C M Y K H S L
Decimal 192 39 133 0 0.80 0.31 0.25 323.14 0.66 0.45
Hex C0 27 85 0 50 1F 19 143 42 2D
Octal 300 47 205 0 120 37 31 503 102 55
Binary 11000000 100111 10000101 0 1010000 11111 11001 101000011 1000010 101101

Color Harmonies of #C02785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02785

Black with #C02785

Text Example


Text Example

White with #C02785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02785; }

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

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

background-color css

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

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

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

border-color css

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

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

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