Html Css Color HEX #C0248F Medium Violet Red

📋 copy color: '#C0248F'

red 192 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #C0248F

Tints of Medium Violet Red #C0248F

RGB

 RED value IS 192 (75.39% from 255) = 51.75%

 GREEN value IS 36 (14.45% from 255) = 9.7%

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

R = 51.75%
G = 9.7%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0248F (or 0xC0248F) is known color: Medium Violet Red. HEX triplet: C0, 24 and 8F. RGB value is (192,36,143). Sum of RGB (Red+Green+Blue) = 192+36+143=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0248F is #3FDB70. Grayscale: #5E5E5E. Windows color (decimal): -4184945 or 9381056. OLE color: 9381056.

HSL color Cylindrical-coordinate representation of color #C0248F: hue angle of 318.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0248F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 143 -
CMYK 0 0.81 0.26 0.25
HSL 318.85º 0.68% 0.45% -
HSV(B) 318.85º 0.81% 0.75% -
XYZ 27.33 14.45 27.34 -
YUV 94.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 192 36 143 0 0.81 0.26 0.25 318.85 0.68 0.45
Hex C0 24 8F 0 51 1A 19 13F 44 2D
Octal 300 44 217 0 121 32 31 477 104 55
Binary 11000000 100100 10001111 0 1010001 11010 11001 100111111 1000100 101101

Color Harmonies of #C0248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0248F

Black with #C0248F

Text Example


Text Example

White with #C0248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0248F; }

 p { color: rgb(192,36,143); }

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

background-color css

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

 a { background-color: rgb(192,36,143); }

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

border-color css

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

 span { border-color: rgb(192,36,143); }

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