Html Css Color HEX #C0268F Medium Red Violet

📋 copy color: '#C0268F'

red 192 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #C0268F

Tints of Medium Red Violet #C0268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 51.47%
G = 10.19%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0268F (or 0xC0268F) is known color: Medium Red Violet. HEX triplet: C0, 26 and 8F. RGB value is (192,38,143). Sum of RGB (Red+Green+Blue) = 192+38+143=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0268F is #3FD970. Grayscale: #5F5F5F. Windows color (decimal): -4184433 or 9381568. OLE color: 9381568.

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

Color convert

RGB 192 38 143 -
CMYK 0 0.80 0.26 0.25
HSL 319.09º 0.67% 0.45% -
HSV(B) 319.09º 0.8% 0.75% -
XYZ 27.39 14.58 27.36 -
YUV 96.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 192 38 143 0 0.80 0.26 0.25 319.09 0.67 0.45
Hex C0 26 8F 0 50 1A 19 13F 43 2D
Octal 300 46 217 0 120 32 31 477 103 55
Binary 11000000 100110 10001111 0 1010000 11010 11001 100111111 1000011 101101

Color Harmonies of #C0268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0268F

Black with #C0268F

Text Example


Text Example

White with #C0268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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