Html Css Color HEX #C00875 Medium Violet Red

📋 copy color: '#C00875'

red 192 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #C00875

Tints of Medium Violet Red #C00875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 60.57%
G = 2.52%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C00875 (or 0xC00875) is known color: Medium Violet Red. HEX triplet: C0, 08 and 75. RGB value is (192,8,117). Sum of RGB (Red+Green+Blue) = 192+8+117=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C00875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00875 is #3FF78A. Grayscale: #4B4B4B. Windows color (decimal): -4192139 or 7669952. OLE color: 7669952.

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

Color convert

RGB 192 8 117 -
CMYK 0 0.96 0.39 0.25
HSL 324.46º 0.92% 0.39% -
HSV(B) 324.46º 0.96% 0.75% -
XYZ 25.04 12.66 17.95 -
YUV 75.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 192 8 117 0 0.96 0.39 0.25 324.46 0.92 0.39
Hex C0 8 75 0 60 27 19 144 5C 27
Octal 300 10 165 0 140 47 31 504 134 47
Binary 11000000 1000 1110101 0 1100000 100111 11001 101000100 1011100 100111

Color Harmonies of #C00875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00875

Black with #C00875

Text Example


Text Example

White with #C00875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00875; }

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

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

background-color css

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

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

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

border-color css

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

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

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