Html Css Color HEX #CB028A Medium Violet Red

📋 copy color: '#CB028A'

red 203 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #CB028A

Tints of Medium Violet Red #CB028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 59.18%
G = 0.58%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB028A (or 0xCB028A) is known color: Medium Violet Red. HEX triplet: CB, 02 and 8A. RGB value is (203,2,138). Sum of RGB (Red+Green+Blue) = 203+2+138=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB028A is #34FD75. Grayscale: #4D4D4D. Windows color (decimal): -3472758 or 9044683. OLE color: 9044683.

HSL color Cylindrical-coordinate representation of color #CB028A: hue angle of 319.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB028A is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 138 -
CMYK 0 0.99 0.32 0.20
HSL 319.4º 0.98% 0.4% -
HSV(B) 319.4º 0.99% 0.8% -
XYZ 29.24 14.57 25.32 -
YUV 77.6 162.09 217.44 -
System Red Green Blue C M Y K H S L
Decimal 203 2 138 0 0.99 0.32 0.20 319.4 0.98 0.4
Hex CB 2 8A 0 63 20 14 13F 62 28
Octal 313 2 212 0 143 40 24 477 142 50
Binary 11001011 10 10001010 0 1100011 100000 10100 100111111 1100010 101000

Color Harmonies of #CB028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB028A

Black with #CB028A

Text Example


Text Example

White with #CB028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB028A; }

 p { color: rgb(203,2,138); }

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

background-color css

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

 a { background-color: rgb(203,2,138); }

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

border-color css

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

 span { border-color: rgb(203,2,138); }

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