Html Css Color HEX #C0267E Medium Red Violet

📋 copy color: '#C0267E'

red 192 ◦ green 38 ◦ blue 126

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

Shades of Medium Red Violet #C0267E

Tints of Medium Red Violet #C0267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 53.93%
G = 10.67%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0267E (or 0xC0267E) is known color: Medium Red Violet. HEX triplet: C0, 26 and 7E. RGB value is (192,38,126). Sum of RGB (Red+Green+Blue) = 192+38+126=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0267E is #3FD981. Grayscale: #5D5D5D. Windows color (decimal): -4184450 or 8267456. OLE color: 8267456.

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

Color convert

RGB 192 38 126 -
CMYK 0 0.80 0.34 0.25
HSL 325.71º 0.67% 0.45% -
HSV(B) 325.71º 0.8% 0.75% -
XYZ 26.2 14.1 21.08 -
YUV 94.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 192 38 126 0 0.80 0.34 0.25 325.71 0.67 0.45
Hex C0 26 7E 0 50 22 19 146 43 2D
Octal 300 46 176 0 120 42 31 506 103 55
Binary 11000000 100110 1111110 0 1010000 100010 11001 101000110 1000011 101101

Color Harmonies of #C0267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0267E

Black with #C0267E

Text Example


Text Example

White with #C0267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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