Html Css Color HEX #C10288 Medium Violet Red

📋 copy color: '#C10288'

red 193 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #C10288

Tints of Medium Violet Red #C10288

RGB

 RED value IS 193 (75.78% from 255) = 58.31%

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 58.31%
G = 0.6%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C10288 (or 0xC10288) is known color: Medium Violet Red. HEX triplet: C1, 02 and 88. RGB value is (193,2,136). Sum of RGB (Red+Green+Blue) = 193+2+136=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C10288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10288 is #3EFD77. Grayscale: #4A4A4A. Windows color (decimal): -4128120 or 8913601. OLE color: 8913601.

HSL color Cylindrical-coordinate representation of color #C10288: hue angle of 317.91º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10288 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 136 -
CMYK 0 0.99 0.30 0.24
HSL 317.91º 0.98% 0.38% -
HSV(B) 317.91º 0.99% 0.76% -
XYZ 26.46 13.16 24.44 -
YUV 74.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 193 2 136 0 0.99 0.30 0.24 317.91 0.98 0.38
Hex C1 2 88 0 63 1E 18 13E 62 26
Octal 301 2 210 0 143 36 30 476 142 46
Binary 11000001 10 10001000 0 1100011 11110 11000 100111110 1100010 100110

Color Harmonies of #C10288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10288

Black with #C10288

Text Example


Text Example

White with #C10288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10288; }

 p { color: rgb(193,2,136); }

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

background-color css

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

 a { background-color: rgb(193,2,136); }

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

border-color css

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

 span { border-color: rgb(193,2,136); }

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