Html Css Color HEX #C03875 Medium Red Violet

📋 copy color: '#C03875'

red 192 ◦ green 56 ◦ blue 117

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

Shades of Medium Red Violet #C03875

Tints of Medium Red Violet #C03875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

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

R = 52.6%
G = 15.34%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C03875 (or 0xC03875) is known color: Medium Red Violet. HEX triplet: C0, 38 and 75. RGB value is (192,56,117). Sum of RGB (Red+Green+Blue) = 192+56+117=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C03875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03875 is #3FC78A. Grayscale: #676767. Windows color (decimal): -4179851 or 7682240. OLE color: 7682240.

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

Color convert

RGB 192 56 117 -
CMYK 0 0.71 0.39 0.25
HSL 333.09º 0.55% 0.49% -
HSV(B) 333.09º 0.71% 0.75% -
XYZ 26.36 15.32 18.4 -
YUV 103.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 192 56 117 0 0.71 0.39 0.25 333.09 0.55 0.49
Hex C0 38 75 0 47 27 19 14D 37 31
Octal 300 70 165 0 107 47 31 515 67 61
Binary 11000000 111000 1110101 0 1000111 100111 11001 101001101 110111 110001

Color Harmonies of #C03875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03875

Black with #C03875

Text Example


Text Example

White with #C03875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03875; }

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

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

background-color css

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

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

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

border-color css

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

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

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