Html Css Color HEX #C9006D Medium Violet Red

📋 copy color: '#C9006D'

red 201 ◦ green 0 ◦ blue 109

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

Shades of Medium Violet Red #C9006D

Tints of Medium Violet Red #C9006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 64.84%
G = 0%
B = 35.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9006D (or 0xC9006D) is known color: Medium Violet Red. HEX triplet: C9, 00 and 6D. RGB value is (201,0,109). Sum of RGB (Red+Green+Blue) = 201+0+109=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9006D is #36FF92. Grayscale: #484848. Windows color (decimal): -3604371 or 7143625. OLE color: 7143625.

HSL color Cylindrical-coordinate representation of color #C9006D: hue angle of 327.46º 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 #C9006D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 109 -
CMYK 0 1 0.46 0.21
HSL 327.46º 1% 0.39% -
HSV(B) 327.46º 1% 0.79% -
XYZ 26.85 13.52 15.66 -
YUV 72.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 201 0 109 0 1 0.46 0.21 327.46 1 0.39
Hex C9 0 6D 0 64 2E 15 147 64 27
Octal 311 0 155 0 144 56 25 507 144 47
Binary 11001001 0 1101101 0 1100100 101110 10101 101000111 1100100 100111

Color Harmonies of #C9006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9006D

Black with #C9006D

Text Example


Text Example

White with #C9006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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