Html Css Color HEX #C0256B Medium Red Violet

📋 copy color: '#C0256B'

red 192 ◦ green 37 ◦ blue 107

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

Shades of Medium Red Violet #C0256B

Tints of Medium Red Violet #C0256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 57.14%
G = 11.01%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0256B (or 0xC0256B) is known color: Medium Red Violet. HEX triplet: C0, 25 and 6B. RGB value is (192,37,107). Sum of RGB (Red+Green+Blue) = 192+37+107=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0256B is #3FDA94. Grayscale: #5B5B5B. Windows color (decimal): -4184725 or 7022016. OLE color: 7022016.

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

Color convert

RGB 192 37 107 -
CMYK 0 0.81 0.44 0.25
HSL 332.9º 0.68% 0.45% -
HSV(B) 332.9º 0.81% 0.75% -
XYZ 25.05 13.59 15.21 -
YUV 91.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 192 37 107 0 0.81 0.44 0.25 332.9 0.68 0.45
Hex C0 25 6B 0 51 2C 19 14D 44 2D
Octal 300 45 153 0 121 54 31 515 104 55
Binary 11000000 100101 1101011 0 1010001 101100 11001 101001101 1000100 101101

Color Harmonies of #C0256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0256B

Black with #C0256B

Text Example


Text Example

White with #C0256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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