Html Css Color HEX #C933AB Medium Red Violet

📋 copy color: '#C933AB'

red 201 ◦ green 51 ◦ blue 171

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

Shades of Medium Red Violet #C933AB

Tints of Medium Red Violet #C933AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.06%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 47.52%
G = 12.06%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C933AB (or 0xC933AB) is known color: Medium Red Violet. HEX triplet: C9, 33 and AB. RGB value is (201,51,171). Sum of RGB (Red+Green+Blue) = 201+51+171=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C933AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933AB is #36CC54. Grayscale: #6D6D6D. Windows color (decimal): -3591253 or 11219913. OLE color: 11219913.

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

Color convert

RGB 201 51 171 -
CMYK 0 0.75 0.15 0.21
HSL 312º 0.6% 0.49% -
HSV(B) 312º 0.75% 0.79% -
XYZ 32.62 17.73 40.23 -
YUV 109.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 201 51 171 0 0.75 0.15 0.21 312 0.6 0.49
Hex C9 33 AB 0 4B F 15 138 3C 31
Octal 311 63 253 0 113 17 25 470 74 61
Binary 11001001 110011 10101011 0 1001011 1111 10101 100111000 111100 110001

Color Harmonies of #C933AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933AB

Black with #C933AB

Text Example


Text Example

White with #C933AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933AB; }

 p { color: rgb(201,51,171); }

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

background-color css

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

 a { background-color: rgb(201,51,171); }

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

border-color css

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

 span { border-color: rgb(201,51,171); }

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