Html Css Color HEX #C0258A Medium Red Violet

📋 copy color: '#C0258A'

red 192 ◦ green 37 ◦ blue 138

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

Shades of Medium Red Violet #C0258A

Tints of Medium Red Violet #C0258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 52.32%
G = 10.08%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0258A (or 0xC0258A) is known color: Medium Red Violet. HEX triplet: C0, 25 and 8A. RGB value is (192,37,138). Sum of RGB (Red+Green+Blue) = 192+37+138=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0258A is #3FDA75. Grayscale: #5E5E5E. Windows color (decimal): -4184694 or 9053632. OLE color: 9053632.

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

Color convert

RGB 192 37 138 -
CMYK 0 0.81 0.28 0.25
HSL 320.9º 0.68% 0.45% -
HSV(B) 320.9º 0.81% 0.75% -
XYZ 26.99 14.36 25.4 -
YUV 94.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 192 37 138 0 0.81 0.28 0.25 320.9 0.68 0.45
Hex C0 25 8A 0 51 1C 19 141 44 2D
Octal 300 45 212 0 121 34 31 501 104 55
Binary 11000000 100101 10001010 0 1010001 11100 11001 101000001 1000100 101101

Color Harmonies of #C0258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0258A

Black with #C0258A

Text Example


Text Example

White with #C0258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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