Html Css Color HEX #C00575 Medium Violet Red

📋 copy color: '#C00575'

red 192 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #C00575

Tints of Medium Violet Red #C00575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 61.15%
G = 1.59%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C00575 (or 0xC00575) is known color: Medium Violet Red. HEX triplet: C0, 05 and 75. RGB value is (192,5,117). Sum of RGB (Red+Green+Blue) = 192+5+117=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00575 is #3FFA8A. Grayscale: #494949. Windows color (decimal): -4192907 or 7669184. OLE color: 7669184.

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

Color convert

RGB 192 5 117 -
CMYK 0 0.97 0.39 0.25
HSL 324.06º 0.95% 0.39% -
HSV(B) 324.06º 0.97% 0.75% -
XYZ 25 12.6 17.94 -
YUV 73.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 192 5 117 0 0.97 0.39 0.25 324.06 0.95 0.39
Hex C0 5 75 0 61 27 19 144 5F 27
Octal 300 5 165 0 141 47 31 504 137 47
Binary 11000000 101 1110101 0 1100001 100111 11001 101000100 1011111 100111

Color Harmonies of #C00575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00575

Black with #C00575

Text Example


Text Example

White with #C00575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00575; }

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

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

background-color css

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

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

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

border-color css

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

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

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