Html Css Color HEX #C2258F Medium Red Violet

📋 copy color: '#C2258F'

red 194 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #C2258F

Tints of Medium Red Violet #C2258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 51.87%
G = 9.89%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2258F (or 0xC2258F) is known color: Medium Red Violet. HEX triplet: C2, 25 and 8F. RGB value is (194,37,143). Sum of RGB (Red+Green+Blue) = 194+37+143=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2258F is #3DDA70. Grayscale: #5F5F5F. Windows color (decimal): -4053617 or 9381314. OLE color: 9381314.

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

Color convert

RGB 194 37 143 -
CMYK 0 0.81 0.26 0.24
HSL 319.49º 0.68% 0.45% -
HSV(B) 319.49º 0.81% 0.76% -
XYZ 27.87 14.78 27.37 -
YUV 96.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 194 37 143 0 0.81 0.26 0.24 319.49 0.68 0.45
Hex C2 25 8F 0 51 1A 18 13F 44 2D
Octal 302 45 217 0 121 32 30 477 104 55
Binary 11000010 100101 10001111 0 1010001 11010 11000 100111111 1000100 101101

Color Harmonies of #C2258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2258F

Black with #C2258F

Text Example


Text Example

White with #C2258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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