Html Css Color HEX #C0256A Medium Red Violet

📋 copy color: '#C0256A'

red 192 ◦ green 37 ◦ blue 106

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

Shades of Medium Red Violet #C0256A

Tints of Medium Red Violet #C0256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 57.31%
G = 11.04%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0256A (or 0xC0256A) is known color: Medium Red Violet. HEX triplet: C0, 25 and 6A. RGB value is (192,37,106). Sum of RGB (Red+Green+Blue) = 192+37+106=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0256A is #3FDA95. Grayscale: #5B5B5B. Windows color (decimal): -4184726 or 6956480. OLE color: 6956480.

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

Color convert

RGB 192 37 106 -
CMYK 0 0.81 0.45 0.25
HSL 333.29º 0.68% 0.45% -
HSV(B) 333.29º 0.81% 0.75% -
XYZ 25 13.57 14.94 -
YUV 91.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 192 37 106 0 0.81 0.45 0.25 333.29 0.68 0.45
Hex C0 25 6A 0 51 2D 19 14D 44 2D
Octal 300 45 152 0 121 55 31 515 104 55
Binary 11000000 100101 1101010 0 1010001 101101 11001 101001101 1000100 101101

Color Harmonies of #C0256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0256A

Black with #C0256A

Text Example


Text Example

White with #C0256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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