Html Css Color HEX #C2256B Medium Red Violet

📋 copy color: '#C2256B'

red 194 ◦ green 37 ◦ blue 107

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

Shades of Medium Red Violet #C2256B

Tints of Medium Red Violet #C2256B

RGB

 RED value IS 194 (76.17% from 255) = 57.4%

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

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

R = 57.4%
G = 10.95%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2256B (or 0xC2256B) is known color: Medium Red Violet. HEX triplet: C2, 25 and 6B. RGB value is (194,37,107). Sum of RGB (Red+Green+Blue) = 194+37+107=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2256B is #3DDA94. Grayscale: #5B5B5B. Windows color (decimal): -4053653 or 7022018. OLE color: 7022018.

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

Color convert

RGB 194 37 107 -
CMYK 0 0.81 0.45 0.24
HSL 333.25º 0.68% 0.45% -
HSV(B) 333.25º 0.81% 0.76% -
XYZ 25.56 13.85 15.24 -
YUV 91.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 194 37 107 0 0.81 0.45 0.24 333.25 0.68 0.45
Hex C2 25 6B 0 51 2D 18 14D 44 2D
Octal 302 45 153 0 121 55 30 515 104 55
Binary 11000010 100101 1101011 0 1010001 101101 11000 101001101 1000100 101101

Color Harmonies of #C2256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2256B

Black with #C2256B

Text Example


Text Example

White with #C2256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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