Html Css Color HEX #C908A5 Medium Violet Red

📋 copy color: '#C908A5'

red 201 ◦ green 8 ◦ blue 165

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

Shades of Medium Violet Red #C908A5

Tints of Medium Violet Red #C908A5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 165 (64.84% from 255) = 44.12%

R = 53.74%
G = 2.14%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C908A5 (or 0xC908A5) is known color: Medium Violet Red. HEX triplet: C9, 08 and A5. RGB value is (201,8,165). Sum of RGB (Red+Green+Blue) = 201+8+165=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C908A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908A5 is #36F75A. Grayscale: #535353. Windows color (decimal): -3602267 or 10815689. OLE color: 10815689.

HSL color Cylindrical-coordinate representation of color #C908A5: hue angle of 311.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908A5 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 165 -
CMYK 0 0.96 0.18 0.21
HSL 311.19º 0.92% 0.41% -
HSV(B) 311.19º 0.96% 0.79% -
XYZ 30.97 15.31 36.92 -
YUV 83.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 201 8 165 0 0.96 0.18 0.21 311.19 0.92 0.41
Hex C9 8 A5 0 60 12 15 137 5C 29
Octal 311 10 245 0 140 22 25 467 134 51
Binary 11001001 1000 10100101 0 1100000 10010 10101 100110111 1011100 101001

Color Harmonies of #C908A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908A5

Black with #C908A5

Text Example


Text Example

White with #C908A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908A5; }

 p { color: rgb(201,8,165); }

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

background-color css

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

 a { background-color: rgb(201,8,165); }

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

border-color css

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

 span { border-color: rgb(201,8,165); }

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