Html Css Color HEX #C0247E Medium Red Violet

📋 copy color: '#C0247E'

red 192 ◦ green 36 ◦ blue 126

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

Shades of Medium Red Violet #C0247E

Tints of Medium Red Violet #C0247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 54.24%
G = 10.17%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0247E (or 0xC0247E) is known color: Medium Red Violet. HEX triplet: C0, 24 and 7E. RGB value is (192,36,126). Sum of RGB (Red+Green+Blue) = 192+36+126=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0247E is #3FDB81. Grayscale: #5C5C5C. Windows color (decimal): -4184962 or 8266944. OLE color: 8266944.

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

Color convert

RGB 192 36 126 -
CMYK 0 0.81 0.34 0.25
HSL 325.38º 0.68% 0.45% -
HSV(B) 325.38º 0.81% 0.75% -
XYZ 26.14 13.97 21.06 -
YUV 92.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 192 36 126 0 0.81 0.34 0.25 325.38 0.68 0.45
Hex C0 24 7E 0 51 22 19 145 44 2D
Octal 300 44 176 0 121 42 31 505 104 55
Binary 11000000 100100 1111110 0 1010001 100010 11001 101000101 1000100 101101

Color Harmonies of #C0247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0247E

Black with #C0247E

Text Example


Text Example

White with #C0247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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