Html Css Color HEX #CB28AE Medium Violet Red

📋 copy color: '#CB28AE'

red 203 ◦ green 40 ◦ blue 174

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

Shades of Medium Violet Red #CB28AE

Tints of Medium Violet Red #CB28AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 48.68%
G = 9.59%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB28AE (or 0xCB28AE) is known color: Medium Violet Red. HEX triplet: CB, 28 and AE. RGB value is (203,40,174). Sum of RGB (Red+Green+Blue) = 203+40+174=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB28AE is #34D751. Grayscale: #676767. Windows color (decimal): -3462994 or 11413707. OLE color: 11413707.

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

Color convert

RGB 203 40 174 -
CMYK 0 0.80 0.14 0.20
HSL 310.67º 0.67% 0.48% -
HSV(B) 310.67º 0.8% 0.8% -
XYZ 33.03 17.27 41.64 -
YUV 104.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 203 40 174 0 0.80 0.14 0.20 310.67 0.67 0.48
Hex CB 28 AE 0 50 E 14 137 43 30
Octal 313 50 256 0 120 16 24 467 103 60
Binary 11001011 101000 10101110 0 1010000 1110 10100 100110111 1000011 110000

Color Harmonies of #CB28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28AE

Black with #CB28AE

Text Example


Text Example

White with #CB28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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