Html Css Color HEX #C02775 Medium Red Violet

📋 copy color: '#C02775'

red 192 ◦ green 39 ◦ blue 117

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

Shades of Medium Red Violet #C02775

Tints of Medium Red Violet #C02775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 55.17%
G = 11.21%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C02775 (or 0xC02775) is known color: Medium Red Violet. HEX triplet: C0, 27 and 75. RGB value is (192,39,117). Sum of RGB (Red+Green+Blue) = 192+39+117=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C02775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02775 is #3FD88A. Grayscale: #5D5D5D. Windows color (decimal): -4184203 or 7677888. OLE color: 7677888.

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

Color convert

RGB 192 39 117 -
CMYK 0 0.80 0.39 0.25
HSL 329.41º 0.66% 0.45% -
HSV(B) 329.41º 0.8% 0.75% -
XYZ 25.67 13.94 18.17 -
YUV 93.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 192 39 117 0 0.80 0.39 0.25 329.41 0.66 0.45
Hex C0 27 75 0 50 27 19 149 42 2D
Octal 300 47 165 0 120 47 31 511 102 55
Binary 11000000 100111 1110101 0 1010000 100111 11001 101001001 1000010 101101

Color Harmonies of #C02775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02775

Black with #C02775

Text Example


Text Example

White with #C02775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02775; }

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

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

background-color css

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

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

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

border-color css

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

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

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