Html Css Color HEX #C0268B Medium Red Violet

📋 copy color: '#C0268B'

red 192 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #C0268B

Tints of Medium Red Violet #C0268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 52.03%
G = 10.3%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0268B (or 0xC0268B) is known color: Medium Red Violet. HEX triplet: C0, 26 and 8B. RGB value is (192,38,139). Sum of RGB (Red+Green+Blue) = 192+38+139=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0268B is #3FD974. Grayscale: #5F5F5F. Windows color (decimal): -4184437 or 9119424. OLE color: 9119424.

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

Color convert

RGB 192 38 139 -
CMYK 0 0.80 0.28 0.25
HSL 320.65º 0.67% 0.45% -
HSV(B) 320.65º 0.8% 0.75% -
XYZ 27.09 14.46 25.79 -
YUV 95.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 192 38 139 0 0.80 0.28 0.25 320.65 0.67 0.45
Hex C0 26 8B 0 50 1C 19 141 43 2D
Octal 300 46 213 0 120 34 31 501 103 55
Binary 11000000 100110 10001011 0 1010000 11100 11001 101000001 1000011 101101

Color Harmonies of #C0268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0268B

Black with #C0268B

Text Example


Text Example

White with #C0268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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