Html Css Color HEX #C8258F Medium Violet Red

📋 copy color: '#C8258F'

red 200 ◦ green 37 ◦ blue 143

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

Shades of Medium Violet Red #C8258F

Tints of Medium Violet Red #C8258F

RGB

 RED value IS 200 (78.52% from 255) = 52.63%

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

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

R = 52.63%
G = 9.74%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8258F (or 0xC8258F) is known color: Medium Violet Red. HEX triplet: C8, 25 and 8F. RGB value is (200,37,143). Sum of RGB (Red+Green+Blue) = 200+37+143=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8258F is #37DA70. Grayscale: #616161. Windows color (decimal): -3660401 or 9381320. OLE color: 9381320.

HSL color Cylindrical-coordinate representation of color #C8258F: hue angle of 320.98º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8258F is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 143 -
CMYK 0 0.82 0.28 0.22
HSL 320.98º 0.69% 0.46% -
HSV(B) 320.98º 0.82% 0.78% -
XYZ 29.44 15.59 27.44 -
YUV 97.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 200 37 143 0 0.82 0.28 0.22 320.98 0.69 0.46
Hex C8 25 8F 0 52 1C 16 141 45 2E
Octal 310 45 217 0 122 34 26 501 105 56
Binary 11001000 100101 10001111 0 1010010 11100 10110 101000001 1000101 101110

Color Harmonies of #C8258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8258F

Black with #C8258F

Text Example


Text Example

White with #C8258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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