Html Css Color HEX #C2258A Medium Red Violet

📋 copy color: '#C2258A'

red 194 ◦ green 37 ◦ blue 138

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

Shades of Medium Red Violet #C2258A

Tints of Medium Red Violet #C2258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 52.57%
G = 10.03%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2258A (or 0xC2258A) is known color: Medium Red Violet. HEX triplet: C2, 25 and 8A. RGB value is (194,37,138). Sum of RGB (Red+Green+Blue) = 194+37+138=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2258A is #3DDA75. Grayscale: #5F5F5F. Windows color (decimal): -4053622 or 9053634. OLE color: 9053634.

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

Color convert

RGB 194 37 138 -
CMYK 0 0.81 0.29 0.24
HSL 321.4º 0.68% 0.45% -
HSV(B) 321.4º 0.81% 0.76% -
XYZ 27.5 14.63 25.42 -
YUV 95.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 194 37 138 0 0.81 0.29 0.24 321.4 0.68 0.45
Hex C2 25 8A 0 51 1D 18 141 44 2D
Octal 302 45 212 0 121 35 30 501 104 55
Binary 11000010 100101 10001010 0 1010001 11101 11000 101000001 1000100 101101

Color Harmonies of #C2258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2258A

Black with #C2258A

Text Example


Text Example

White with #C2258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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