Html Css Color HEX #C02375 Medium Violet Red

📋 copy color: '#C02375'

red 192 ◦ green 35 ◦ blue 117

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

Shades of Medium Violet Red #C02375

Tints of Medium Violet Red #C02375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.17%

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

R = 55.81%
G = 10.17%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C02375 (or 0xC02375) is known color: Medium Violet Red. HEX triplet: C0, 23 and 75. RGB value is (192,35,117). Sum of RGB (Red+Green+Blue) = 192+35+117=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C02375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02375 is #3FDC8A. Grayscale: #5B5B5B. Windows color (decimal): -4185227 or 7676864. OLE color: 7676864.

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

Color convert

RGB 192 35 117 -
CMYK 0 0.82 0.39 0.25
HSL 328.66º 0.69% 0.45% -
HSV(B) 328.66º 0.82% 0.75% -
XYZ 25.55 13.69 18.13 -
YUV 91.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 192 35 117 0 0.82 0.39 0.25 328.66 0.69 0.45
Hex C0 23 75 0 52 27 19 149 45 2D
Octal 300 43 165 0 122 47 31 511 105 55
Binary 11000000 100011 1110101 0 1010010 100111 11001 101001001 1000101 101101

Color Harmonies of #C02375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02375

Black with #C02375

Text Example


Text Example

White with #C02375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02375; }

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

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

background-color css

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

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

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

border-color css

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

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

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