Html Css Color HEX #C0257A Medium Red Violet

📋 copy color: '#C0257A'

red 192 ◦ green 37 ◦ blue 122

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

Shades of Medium Red Violet #C0257A

Tints of Medium Red Violet #C0257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.54%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 54.7%
G = 10.54%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0257A (or 0xC0257A) is known color: Medium Red Violet. HEX triplet: C0, 25 and 7A. RGB value is (192,37,122). Sum of RGB (Red+Green+Blue) = 192+37+122=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0257A is #3FDA85. Grayscale: #5C5C5C. Windows color (decimal): -4184710 or 8005056. OLE color: 8005056.

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

Color convert

RGB 192 37 122 -
CMYK 0 0.81 0.36 0.25
HSL 327.1º 0.68% 0.45% -
HSV(B) 327.1º 0.81% 0.75% -
XYZ 25.91 13.93 19.74 -
YUV 93.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 192 37 122 0 0.81 0.36 0.25 327.1 0.68 0.45
Hex C0 25 7A 0 51 24 19 147 44 2D
Octal 300 45 172 0 121 44 31 507 104 55
Binary 11000000 100101 1111010 0 1010001 100100 11001 101000111 1000100 101101

Color Harmonies of #C0257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0257A

Black with #C0257A

Text Example


Text Example

White with #C0257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0257A; }

 p { color: rgb(192,37,122); }

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

background-color css

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

 a { background-color: rgb(192,37,122); }

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

border-color css

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

 span { border-color: rgb(192,37,122); }

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