#CB21A5

Color #CB21A5 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CB21A5

Tints of Medium Violet Red #CB21A5

Color information

#CB21A5 (or 0xCB21A5) is unknown color: approx Medium Violet Red. HEX triplet: CB, 21 and A5. RGB value is (203,33,165). Sum of RGB (Red+Green+Blue) = 203+33+165=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB21A5 is #34DE5A. Grayscale: #626262. Windows color (decimal): -3464795 or 10822091. OLE color: 10822091.

HSL color Cylindrical-coordinate representation of color #CB21A5: hue angle of 313.41º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21A5 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20333165-
CMYK00.840.190.20
HSL313.41º72.03%46.27%-
HSV(B)313.41º83.74%79.61%-
XYZ31.9616.537.1-
YUV98.88165.32202.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=50.62%
G=8.23%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033316500.840.190.20313.4172.0346.27
HexCB21A50541314139482e
Octal313412450124232447111056
Binary11001011100001101001010101010010011101001001110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB21A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB21A5; }

 p { color: rgb(203,33,165); }

 H1.HeaderClassName
 {
   color: #CB21A5;
 }
 .AnyTagClassName
 {
   color: #CB21A5;
 }
</style>
background-color css

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

 a { background-color: rgb(203,33,165); }

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

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

 span { border-color: rgb(203,33,165); }

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