Html Css Color HEX #C0256F Medium Red Violet

📋 copy color: '#C0256F'

red 192 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #C0256F

Tints of Medium Red Violet #C0256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 56.47%
G = 10.88%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0256F (or 0xC0256F) is known color: Medium Red Violet. HEX triplet: C0, 25 and 6F. RGB value is (192,37,111). Sum of RGB (Red+Green+Blue) = 192+37+111=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0256F is #3FDA90. Grayscale: #5B5B5B. Windows color (decimal): -4184721 or 7284160. OLE color: 7284160.

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

Color convert

RGB 192 37 111 -
CMYK 0 0.81 0.42 0.25
HSL 331.35º 0.68% 0.45% -
HSV(B) 331.35º 0.81% 0.75% -
XYZ 25.27 13.68 16.35 -
YUV 91.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 192 37 111 0 0.81 0.42 0.25 331.35 0.68 0.45
Hex C0 25 6F 0 51 2A 19 14B 44 2D
Octal 300 45 157 0 121 52 31 513 104 55
Binary 11000000 100101 1101111 0 1010001 101010 11001 101001011 1000100 101101

Color Harmonies of #C0256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0256F

Black with #C0256F

Text Example


Text Example

White with #C0256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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