Html Css Color HEX #C9307F Medium Red Violet

📋 copy color: '#C9307F'

red 201 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #C9307F

Tints of Medium Red Violet #C9307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.77%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 53.46%
G = 12.77%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9307F (or 0xC9307F) is known color: Medium Red Violet. HEX triplet: C9, 30 and 7F. RGB value is (201,48,127). Sum of RGB (Red+Green+Blue) = 201+48+127=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9307F is #36CF80. Grayscale: #666666. Windows color (decimal): -3592065 or 8335561. OLE color: 8335561.

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

Color convert

RGB 201 48 127 -
CMYK 0 0.76 0.37 0.21
HSL 329.02º 0.61% 0.49% -
HSV(B) 329.02º 0.76% 0.79% -
XYZ 28.98 16.06 21.65 -
YUV 102.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 201 48 127 0 0.76 0.37 0.21 329.02 0.61 0.49
Hex C9 30 7F 0 4C 25 15 149 3D 31
Octal 311 60 177 0 114 45 25 511 75 61
Binary 11001001 110000 1111111 0 1001100 100101 10101 101001001 111101 110001

Color Harmonies of #C9307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9307F

Black with #C9307F

Text Example


Text Example

White with #C9307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9307F; }

 p { color: rgb(201,48,127); }

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

background-color css

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

 a { background-color: rgb(201,48,127); }

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

border-color css

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

 span { border-color: rgb(201,48,127); }

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