Html Css Color HEX #C9006C Medium Violet Red

📋 copy color: '#C9006C'

red 201 ◦ green 0 ◦ blue 108

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

Shades of Medium Violet Red #C9006C

Tints of Medium Violet Red #C9006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 65.05%
G = 0%
B = 34.95%

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

#C9006C (or 0xC9006C) is known color: Medium Violet Red. HEX triplet: C9, 00 and 6C. RGB value is (201,0,108). Sum of RGB (Red+Green+Blue) = 201+0+108=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9006C is #36FF93. Grayscale: #484848. Windows color (decimal): -3604372 or 7078089. OLE color: 7078089.

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

Color convert

RGB 201 0 108 -
CMYK 0 1 0.46 0.21
HSL 327.76º 1% 0.39% -
HSV(B) 327.76º 1% 0.79% -
XYZ 26.79 13.5 15.38 -
YUV 72.41 148.09 219.72 -
System Red Green Blue C M Y K H S L
Decimal 201 0 108 0 1 0.46 0.21 327.76 1 0.39
Hex C9 0 6C 0 64 2E 15 148 64 27
Octal 311 0 154 0 144 56 25 510 144 47
Binary 11001001 0 1101100 0 1100100 101110 10101 101001000 1100100 100111

Color Harmonies of #C9006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9006C

Black with #C9006C

Text Example


Text Example

White with #C9006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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