Html Css Color HEX #C2257A Medium Red Violet

📋 copy color: '#C2257A'

red 194 ◦ green 37 ◦ blue 122

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

Shades of Medium Red Violet #C2257A

Tints of Medium Red Violet #C2257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 54.96%
G = 10.48%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2257A (or 0xC2257A) is known color: Medium Red Violet. HEX triplet: C2, 25 and 7A. RGB value is (194,37,122). Sum of RGB (Red+Green+Blue) = 194+37+122=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2257A is #3DDA85. Grayscale: #5D5D5D. Windows color (decimal): -4053638 or 8005058. OLE color: 8005058.

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

Color convert

RGB 194 37 122 -
CMYK 0 0.81 0.37 0.24
HSL 327.52º 0.68% 0.45% -
HSV(B) 327.52º 0.81% 0.76% -
XYZ 26.42 14.2 19.76 -
YUV 93.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 194 37 122 0 0.81 0.37 0.24 327.52 0.68 0.45
Hex C2 25 7A 0 51 25 18 148 44 2D
Octal 302 45 172 0 121 45 30 510 104 55
Binary 11000010 100101 1111010 0 1010001 100101 11000 101001000 1000100 101101

Color Harmonies of #C2257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2257A

Black with #C2257A

Text Example


Text Example

White with #C2257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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