Html Css Color HEX #C0297B Medium Red Violet

📋 copy color: '#C0297B'

red 192 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #C0297B

Tints of Medium Red Violet #C0297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 53.93%
G = 11.52%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0297B (or 0xC0297B) is known color: Medium Red Violet. HEX triplet: C0, 29 and 7B. RGB value is (192,41,123). Sum of RGB (Red+Green+Blue) = 192+41+123=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0297B is #3FD684. Grayscale: #5F5F5F. Windows color (decimal): -4183685 or 8071616. OLE color: 8071616.

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

Color convert

RGB 192 41 123 -
CMYK 0 0.79 0.36 0.25
HSL 327.42º 0.65% 0.46% -
HSV(B) 327.42º 0.79% 0.75% -
XYZ 26.11 14.22 20.11 -
YUV 95.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 192 41 123 0 0.79 0.36 0.25 327.42 0.65 0.46
Hex C0 29 7B 0 4F 24 19 147 41 2E
Octal 300 51 173 0 117 44 31 507 101 56
Binary 11000000 101001 1111011 0 1001111 100100 11001 101000111 1000001 101110

Color Harmonies of #C0297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0297B

Black with #C0297B

Text Example


Text Example

White with #C0297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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