Html Css Color HEX #C0256E Medium Red Violet

📋 copy color: '#C0256E'

red 192 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #C0256E

Tints of Medium Red Violet #C0256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 56.64%
G = 10.91%
B = 32.45%

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

#C0256E (or 0xC0256E) is known color: Medium Red Violet. HEX triplet: C0, 25 and 6E. RGB value is (192,37,110). Sum of RGB (Red+Green+Blue) = 192+37+110=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0256E is #3FDA91. Grayscale: #5B5B5B. Windows color (decimal): -4184722 or 7218624. OLE color: 7218624.

HSL color Cylindrical-coordinate representation of color #C0256E: hue angle of 331.74º 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 #C0256E is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 110 -
CMYK 0 0.81 0.43 0.25
HSL 331.74º 0.68% 0.45% -
HSV(B) 331.74º 0.81% 0.75% -
XYZ 25.21 13.66 16.06 -
YUV 91.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 192 37 110 0 0.81 0.43 0.25 331.74 0.68 0.45
Hex C0 25 6E 0 51 2B 19 14C 44 2D
Octal 300 45 156 0 121 53 31 514 104 55
Binary 11000000 100101 1101110 0 1010001 101011 11001 101001100 1000100 101101

Color Harmonies of #C0256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0256E

Black with #C0256E

Text Example


Text Example

White with #C0256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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