Html Css Color HEX #C2257F Medium Red Violet

📋 copy color: '#C2257F'

red 194 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #C2257F

Tints of Medium Red Violet #C2257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 54.19%
G = 10.34%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2257F (or 0xC2257F) is known color: Medium Red Violet. HEX triplet: C2, 25 and 7F. RGB value is (194,37,127). Sum of RGB (Red+Green+Blue) = 194+37+127=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2257F is #3DDA80. Grayscale: #5E5E5E. Windows color (decimal): -4053633 or 8332738. OLE color: 8332738.

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

Color convert

RGB 194 37 127 -
CMYK 0 0.81 0.35 0.24
HSL 325.61º 0.68% 0.45% -
HSV(B) 325.61º 0.81% 0.76% -
XYZ 26.74 14.32 21.43 -
YUV 94.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 194 37 127 0 0.81 0.35 0.24 325.61 0.68 0.45
Hex C2 25 7F 0 51 23 18 146 44 2D
Octal 302 45 177 0 121 43 30 506 104 55
Binary 11000010 100101 1111111 0 1010001 100011 11000 101000110 1000100 101101

Color Harmonies of #C2257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2257F

Black with #C2257F

Text Example


Text Example

White with #C2257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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