Html Css Color HEX #C0268D Medium Red Violet

📋 copy color: '#C0268D'

red 192 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #C0268D

Tints of Medium Red Violet #C0268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 51.75%
G = 10.24%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0268D (or 0xC0268D) is known color: Medium Red Violet. HEX triplet: C0, 26 and 8D. RGB value is (192,38,141). Sum of RGB (Red+Green+Blue) = 192+38+141=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0268D is #3FD972. Grayscale: #5F5F5F. Windows color (decimal): -4184435 or 9250496. OLE color: 9250496.

HSL color Cylindrical-coordinate representation of color #C0268D: hue angle of 319.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0268D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 141 -
CMYK 0 0.80 0.27 0.25
HSL 319.87º 0.67% 0.45% -
HSV(B) 319.87º 0.8% 0.75% -
XYZ 27.24 14.52 26.57 -
YUV 95.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 192 38 141 0 0.80 0.27 0.25 319.87 0.67 0.45
Hex C0 26 8D 0 50 1B 19 140 43 2D
Octal 300 46 215 0 120 33 31 500 103 55
Binary 11000000 100110 10001101 0 1010000 11011 11001 101000000 1000011 101101

Color Harmonies of #C0268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0268D

Black with #C0268D

Text Example


Text Example

White with #C0268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0268D; }

 p { color: rgb(192,38,141); }

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

background-color css

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

 a { background-color: rgb(192,38,141); }

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

border-color css

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

 span { border-color: rgb(192,38,141); }

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