Html Css Color HEX #C0256D Medium Red Violet

📋 copy color: '#C0256D'

red 192 ◦ green 37 ◦ blue 109

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

Shades of Medium Red Violet #C0256D

Tints of Medium Red Violet #C0256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 56.8%
G = 10.95%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0256D (or 0xC0256D) is known color: Medium Red Violet. HEX triplet: C0, 25 and 6D. RGB value is (192,37,109). Sum of RGB (Red+Green+Blue) = 192+37+109=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0256D is #3FDA92. Grayscale: #5B5B5B. Windows color (decimal): -4184723 or 7153088. OLE color: 7153088.

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

Color convert

RGB 192 37 109 -
CMYK 0 0.81 0.43 0.25
HSL 332.13º 0.68% 0.45% -
HSV(B) 332.13º 0.81% 0.75% -
XYZ 25.16 13.63 15.77 -
YUV 91.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 192 37 109 0 0.81 0.43 0.25 332.13 0.68 0.45
Hex C0 25 6D 0 51 2B 19 14C 44 2D
Octal 300 45 155 0 121 53 31 514 104 55
Binary 11000000 100101 1101101 0 1010001 101011 11001 101001100 1000100 101101

Color Harmonies of #C0256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0256D

Black with #C0256D

Text Example


Text Example

White with #C0256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0256D; }

 p { color: rgb(192,37,109); }

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

background-color css

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

 a { background-color: rgb(192,37,109); }

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

border-color css

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

 span { border-color: rgb(192,37,109); }

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