Html Css Color HEX #C9267B Medium Violet Red

📋 copy color: '#C9267B'

red 201 ◦ green 38 ◦ blue 123

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

Shades of Medium Violet Red #C9267B

Tints of Medium Violet Red #C9267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 55.52%
G = 10.5%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9267B (or 0xC9267B) is known color: Medium Violet Red. HEX triplet: C9, 26 and 7B. RGB value is (201,38,123). Sum of RGB (Red+Green+Blue) = 201+38+123=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9267B is #36D984. Grayscale: #606060. Windows color (decimal): -3594629 or 8070857. OLE color: 8070857.

HSL color Cylindrical-coordinate representation of color #C9267B: hue angle of 328.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9267B is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 123 -
CMYK 0 0.81 0.39 0.21
HSL 328.71º 0.68% 0.47% -
HSV(B) 328.71º 0.81% 0.79% -
XYZ 28.36 15.23 20.18 -
YUV 96.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 201 38 123 0 0.81 0.39 0.21 328.71 0.68 0.47
Hex C9 26 7B 0 51 27 15 149 44 2F
Octal 311 46 173 0 121 47 25 511 104 57
Binary 11001001 100110 1111011 0 1010001 100111 10101 101001001 1000100 101111

Color Harmonies of #C9267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9267B

Black with #C9267B

Text Example


Text Example

White with #C9267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9267B; }

 p { color: rgb(201,38,123); }

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

background-color css

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

 a { background-color: rgb(201,38,123); }

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

border-color css

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

 span { border-color: rgb(201,38,123); }

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