Html Css Color HEX #CB28AB Medium Violet Red

📋 copy color: '#CB28AB'

red 203 ◦ green 40 ◦ blue 171

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

Shades of Medium Violet Red #CB28AB

Tints of Medium Violet Red #CB28AB

RGB

 RED value IS 203 (79.69% from 255) = 49.03%

 GREEN value IS 40 (16.02% from 255) = 9.66%

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

R = 49.03%
G = 9.66%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB28AB (or 0xCB28AB) is known color: Medium Violet Red. HEX triplet: CB, 28 and AB. RGB value is (203,40,171). Sum of RGB (Red+Green+Blue) = 203+40+171=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB28AB is #34D754. Grayscale: #676767. Windows color (decimal): -3462997 or 11217099. OLE color: 11217099.

HSL color Cylindrical-coordinate representation of color #CB28AB: hue angle of 311.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB28AB is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 171 -
CMYK 0 0.80 0.16 0.20
HSL 311.78º 0.67% 0.48% -
HSV(B) 311.78º 0.8% 0.8% -
XYZ 32.74 17.15 40.11 -
YUV 103.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 203 40 171 0 0.80 0.16 0.20 311.78 0.67 0.48
Hex CB 28 AB 0 50 10 14 138 43 30
Octal 313 50 253 0 120 20 24 470 103 60
Binary 11001011 101000 10101011 0 1010000 10000 10100 100111000 1000011 110000

Color Harmonies of #CB28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28AB

Black with #CB28AB

Text Example


Text Example

White with #CB28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28AB; }

 p { color: rgb(203,40,171); }

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

background-color css

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

 a { background-color: rgb(203,40,171); }

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

border-color css

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

 span { border-color: rgb(203,40,171); }

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