Html Css Color HEX #C4258A Medium Violet Red

📋 copy color: '#C4258A'

red 196 ◦ green 37 ◦ blue 138

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

Shades of Medium Violet Red #C4258A

Tints of Medium Violet Red #C4258A

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

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

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

R = 52.83%
G = 9.97%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4258A (or 0xC4258A) is known color: Medium Violet Red. HEX triplet: C4, 25 and 8A. RGB value is (196,37,138). Sum of RGB (Red+Green+Blue) = 196+37+138=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4258A is #3BDA75. Grayscale: #5F5F5F. Windows color (decimal): -3922550 or 9053636. OLE color: 9053636.

HSL color Cylindrical-coordinate representation of color #C4258A: hue angle of 321.89º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4258A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 138 -
CMYK 0 0.81 0.30 0.23
HSL 321.89º 0.68% 0.46% -
HSV(B) 321.89º 0.81% 0.77% -
XYZ 28.01 14.89 25.44 -
YUV 96.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 196 37 138 0 0.81 0.30 0.23 321.89 0.68 0.46
Hex C4 25 8A 0 51 1E 17 142 44 2E
Octal 304 45 212 0 121 36 27 502 104 56
Binary 11000100 100101 10001010 0 1010001 11110 10111 101000010 1000100 101110

Color Harmonies of #C4258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4258A

Black with #C4258A

Text Example


Text Example

White with #C4258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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