Html Css Color HEX #C8017B Medium Violet Red

📋 copy color: '#C8017B'

red 200 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #C8017B

Tints of Medium Violet Red #C8017B

RGB

 RED value IS 200 (78.52% from 255) = 61.73%

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 61.73%
G = 0.31%
B = 37.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8017B (or 0xC8017B) is known color: Medium Violet Red. HEX triplet: C8, 01 and 7B. RGB value is (200,1,123). Sum of RGB (Red+Green+Blue) = 200+1+123=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8017B is #37FE84. Grayscale: #4A4A4A. Windows color (decimal): -3669637 or 8061384. OLE color: 8061384.

HSL color Cylindrical-coordinate representation of color #C8017B: hue angle of 323.22º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8017B is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 123 -
CMYK 0 1.00 0.38 0.22
HSL 323.22º 0.99% 0.39% -
HSV(B) 323.22º 1% 0.78% -
XYZ 27.41 13.73 19.94 -
YUV 74.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 200 1 123 0 1.00 0.38 0.22 323.22 0.99 0.39
Hex C8 1 7B 0 64 26 16 143 63 27
Octal 310 1 173 0 144 46 26 503 143 47
Binary 11001000 1 1111011 0 1100100 100110 10110 101000011 1100011 100111

Color Harmonies of #C8017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8017B

Black with #C8017B

Text Example


Text Example

White with #C8017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8017B; }

 p { color: rgb(200,1,123); }

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

background-color css

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

 a { background-color: rgb(200,1,123); }

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

border-color css

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

 span { border-color: rgb(200,1,123); }

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