Html Css Color HEX #C4258B Medium Violet Red

📋 copy color: '#C4258B'

red 196 ◦ green 37 ◦ blue 139

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

Shades of Medium Violet Red #C4258B

Tints of Medium Violet Red #C4258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 52.69%
G = 9.95%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4258B (or 0xC4258B) is known color: Medium Violet Red. HEX triplet: C4, 25 and 8B. RGB value is (196,37,139). Sum of RGB (Red+Green+Blue) = 196+37+139=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4258B is #3BDA74. Grayscale: #5F5F5F. Windows color (decimal): -3922549 or 9119172. OLE color: 9119172.

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

Color convert

RGB 196 37 139 -
CMYK 0 0.81 0.29 0.23
HSL 321.51º 0.68% 0.46% -
HSV(B) 321.51º 0.81% 0.77% -
XYZ 28.09 14.92 25.83 -
YUV 96.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 196 37 139 0 0.81 0.29 0.23 321.51 0.68 0.46
Hex C4 25 8B 0 51 1D 17 142 44 2E
Octal 304 45 213 0 121 35 27 502 104 56
Binary 11000100 100101 10001011 0 1010001 11101 10111 101000010 1000100 101110

Color Harmonies of #C4258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4258B

Black with #C4258B

Text Example


Text Example

White with #C4258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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