Html Css Color HEX #C933A1 Medium Red Violet

📋 copy color: '#C933A1'

red 201 ◦ green 51 ◦ blue 161

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

Shades of Medium Red Violet #C933A1

Tints of Medium Red Violet #C933A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.98%

R = 48.67%
G = 12.35%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C933A1 (or 0xC933A1) is known color: Medium Red Violet. HEX triplet: C9, 33 and A1. RGB value is (201,51,161). Sum of RGB (Red+Green+Blue) = 201+51+161=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C933A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933A1 is #36CC5E. Grayscale: #6C6C6C. Windows color (decimal): -3591263 or 10564553. OLE color: 10564553.

HSL color Cylindrical-coordinate representation of color #C933A1: hue angle of 316º 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 #C933A1 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 161 -
CMYK 0 0.75 0.20 0.21
HSL 316º 0.6% 0.49% -
HSV(B) 316º 0.75% 0.79% -
XYZ 31.7 17.36 35.4 -
YUV 108.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 201 51 161 0 0.75 0.20 0.21 316 0.6 0.49
Hex C9 33 A1 0 4B 14 15 13C 3C 31
Octal 311 63 241 0 113 24 25 474 74 61
Binary 11001001 110011 10100001 0 1001011 10100 10101 100111100 111100 110001

Color Harmonies of #C933A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933A1

Black with #C933A1

Text Example


Text Example

White with #C933A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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