Html Css Color HEX #C9247D Medium Violet Red

📋 copy color: '#C9247D'

red 201 ◦ green 36 ◦ blue 125

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

Shades of Medium Violet Red #C9247D

Tints of Medium Violet Red #C9247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 55.52%
G = 9.94%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9247D (or 0xC9247D) is known color: Medium Violet Red. HEX triplet: C9, 24 and 7D. RGB value is (201,36,125). Sum of RGB (Red+Green+Blue) = 201+36+125=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9247D is #36DB82. Grayscale: #5F5F5F. Windows color (decimal): -3595139 or 8201417. OLE color: 8201417.

HSL color Cylindrical-coordinate representation of color #C9247D: hue angle of 327.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9247D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 125 -
CMYK 0 0.82 0.38 0.21
HSL 327.64º 0.7% 0.46% -
HSV(B) 327.64º 0.82% 0.79% -
XYZ 28.42 15.16 20.83 -
YUV 95.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 201 36 125 0 0.82 0.38 0.21 327.64 0.7 0.46
Hex C9 24 7D 0 52 26 15 148 46 2E
Octal 311 44 175 0 122 46 25 510 106 56
Binary 11001001 100100 1111101 0 1010010 100110 10101 101001000 1000110 101110

Color Harmonies of #C9247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9247D

Black with #C9247D

Text Example


Text Example

White with #C9247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9247D; }

 p { color: rgb(201,36,125); }

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

background-color css

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

 a { background-color: rgb(201,36,125); }

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

border-color css

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

 span { border-color: rgb(201,36,125); }

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