Html Css Color HEX #C1007B Medium Violet Red

📋 copy color: '#C1007B'

red 193 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #C1007B

Tints of Medium Violet Red #C1007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.08%
G = 0%
B = 38.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1007B (or 0xC1007B) is known color: Medium Violet Red. HEX triplet: C1, 00 and 7B. RGB value is (193,0,123). Sum of RGB (Red+Green+Blue) = 193+0+123=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1007B is #3EFF84. Grayscale: #474747. Windows color (decimal): -4128645 or 8061121. OLE color: 8061121.

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

Color convert

RGB 193 0 123 -
CMYK 0 1 0.36 0.24
HSL 321.76º 1% 0.38% -
HSV(B) 321.76º 1% 0.76% -
XYZ 25.57 12.77 19.86 -
YUV 71.73 156.94 214.5 -
System Red Green Blue C M Y K H S L
Decimal 193 0 123 0 1 0.36 0.24 321.76 1 0.38
Hex C1 0 7B 0 64 24 18 142 64 26
Octal 301 0 173 0 144 44 30 502 144 46
Binary 11000001 0 1111011 0 1100100 100100 11000 101000010 1100100 100110

Color Harmonies of #C1007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1007B

Black with #C1007B

Text Example


Text Example

White with #C1007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1007B; }

 p { color: rgb(193,0,123); }

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

background-color css

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

 a { background-color: rgb(193,0,123); }

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

border-color css

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

 span { border-color: rgb(193,0,123); }

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