Html Css Color HEX #C0267B Medium Red Violet

📋 copy color: '#C0267B'

red 192 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #C0267B

Tints of Medium Red Violet #C0267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 54.39%
G = 10.76%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0267B (or 0xC0267B) is known color: Medium Red Violet. HEX triplet: C0, 26 and 7B. RGB value is (192,38,123). Sum of RGB (Red+Green+Blue) = 192+38+123=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0267B is #3FD984. Grayscale: #5D5D5D. Windows color (decimal): -4184453 or 8070848. OLE color: 8070848.

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

Color convert

RGB 192 38 123 -
CMYK 0 0.80 0.36 0.25
HSL 326.88º 0.67% 0.45% -
HSV(B) 326.88º 0.8% 0.75% -
XYZ 26.01 14.02 20.07 -
YUV 93.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 192 38 123 0 0.80 0.36 0.25 326.88 0.67 0.45
Hex C0 26 7B 0 50 24 19 147 43 2D
Octal 300 46 173 0 120 44 31 507 103 55
Binary 11000000 100110 1111011 0 1010000 100100 11001 101000111 1000011 101101

Color Harmonies of #C0267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0267B

Black with #C0267B

Text Example


Text Example

White with #C0267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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