Html Css Color HEX #C9007E Medium Violet Red

📋 copy color: '#C9007E'

red 201 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #C9007E

Tints of Medium Violet Red #C9007E

RGB

 RED value IS 201 (78.91% from 255) = 61.47%

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 61.47%
G = 0%
B = 38.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9007E (or 0xC9007E) is known color: Medium Violet Red. HEX triplet: C9, 00 and 7E. RGB value is (201,0,126). Sum of RGB (Red+Green+Blue) = 201+0+126=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9007E is #36FF81. Grayscale: #4A4A4A. Windows color (decimal): -3604354 or 8257737. OLE color: 8257737.

HSL color Cylindrical-coordinate representation of color #C9007E: hue angle of 322.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9007E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 126 -
CMYK 0 1 0.37 0.21
HSL 322.39º 1% 0.39% -
HSV(B) 322.39º 1% 0.79% -
XYZ 27.85 13.92 20.96 -
YUV 74.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 201 0 126 0 1 0.37 0.21 322.39 1 0.39
Hex C9 0 7E 0 64 25 15 142 64 27
Octal 311 0 176 0 144 45 25 502 144 47
Binary 11001001 0 1111110 0 1100100 100101 10101 101000010 1100100 100111

Color Harmonies of #C9007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9007E

Black with #C9007E

Text Example


Text Example

White with #C9007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9007E; }

 p { color: rgb(201,0,126); }

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

background-color css

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

 a { background-color: rgb(201,0,126); }

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

border-color css

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

 span { border-color: rgb(201,0,126); }

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