Html Css Color HEX #C2256F Medium Red Violet

📋 copy color: '#C2256F'

red 194 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #C2256F

Tints of Medium Red Violet #C2256F

RGB

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

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

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

R = 56.73%
G = 10.82%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2256F (or 0xC2256F) is known color: Medium Red Violet. HEX triplet: C2, 25 and 6F. RGB value is (194,37,111). Sum of RGB (Red+Green+Blue) = 194+37+111=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2256F is #3DDA90. Grayscale: #5C5C5C. Windows color (decimal): -4053649 or 7284162. OLE color: 7284162.

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

Color convert

RGB 194 37 111 -
CMYK 0 0.81 0.43 0.24
HSL 331.72º 0.68% 0.45% -
HSV(B) 331.72º 0.81% 0.76% -
XYZ 25.78 13.94 16.37 -
YUV 92.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 194 37 111 0 0.81 0.43 0.24 331.72 0.68 0.45
Hex C2 25 6F 0 51 2B 18 14C 44 2D
Octal 302 45 157 0 121 53 30 514 104 55
Binary 11000010 100101 1101111 0 1010001 101011 11000 101001100 1000100 101101

Color Harmonies of #C2256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2256F

Black with #C2256F

Text Example


Text Example

White with #C2256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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