Html Css Color HEX #C0248C Medium Red Violet

📋 copy color: '#C0248C'

red 192 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #C0248C

Tints of Medium Red Violet #C0248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 52.17%
G = 9.78%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0248C (or 0xC0248C) is known color: Medium Red Violet. HEX triplet: C0, 24 and 8C. RGB value is (192,36,140). Sum of RGB (Red+Green+Blue) = 192+36+140=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0248C is #3FDB73. Grayscale: #5E5E5E. Windows color (decimal): -4184948 or 9184448. OLE color: 9184448.

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

Color convert

RGB 192 36 140 -
CMYK 0 0.81 0.27 0.25
HSL 320º 0.68% 0.45% -
HSV(B) 320º 0.81% 0.75% -
XYZ 27.1 14.36 26.15 -
YUV 94.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 192 36 140 0 0.81 0.27 0.25 320 0.68 0.45
Hex C0 24 8C 0 51 1B 19 140 44 2D
Octal 300 44 214 0 121 33 31 500 104 55
Binary 11000000 100100 10001100 0 1010001 11011 11001 101000000 1000100 101101

Color Harmonies of #C0248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0248C

Black with #C0248C

Text Example


Text Example

White with #C0248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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