Html Css Color HEX #C0297F Medium Red Violet

📋 copy color: '#C0297F'

red 192 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #C0297F

Tints of Medium Red Violet #C0297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 53.33%
G = 11.39%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0297F (or 0xC0297F) is known color: Medium Red Violet. HEX triplet: C0, 29 and 7F. RGB value is (192,41,127). Sum of RGB (Red+Green+Blue) = 192+41+127=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0297F is #3FD680. Grayscale: #5F5F5F. Windows color (decimal): -4183681 or 8333760. OLE color: 8333760.

HSL color Cylindrical-coordinate representation of color #C0297F: hue angle of 325.83º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0297F is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 127 -
CMYK 0 0.79 0.34 0.25
HSL 325.83º 0.65% 0.46% -
HSV(B) 325.83º 0.79% 0.75% -
XYZ 26.36 14.32 21.45 -
YUV 95.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 192 41 127 0 0.79 0.34 0.25 325.83 0.65 0.46
Hex C0 29 7F 0 4F 22 19 146 41 2E
Octal 300 51 177 0 117 42 31 506 101 56
Binary 11000000 101001 1111111 0 1001111 100010 11001 101000110 1000001 101110

Color Harmonies of #C0297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0297F

Black with #C0297F

Text Example


Text Example

White with #C0297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0297F; }

 p { color: rgb(192,41,127); }

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

background-color css

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

 a { background-color: rgb(192,41,127); }

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

border-color css

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

 span { border-color: rgb(192,41,127); }

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