Html Css Color HEX #CB028E Medium Violet Red

📋 copy color: '#CB028E'

red 203 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #CB028E

Tints of Medium Violet Red #CB028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 58.5%
G = 0.58%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB028E (or 0xCB028E) is known color: Medium Violet Red. HEX triplet: CB, 02 and 8E. RGB value is (203,2,142). Sum of RGB (Red+Green+Blue) = 203+2+142=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB028E is #34FD71. Grayscale: #4D4D4D. Windows color (decimal): -3472754 or 9306827. OLE color: 9306827.

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

Color convert

RGB 203 2 142 -
CMYK 0 0.99 0.30 0.20
HSL 318.21º 0.98% 0.4% -
HSV(B) 318.21º 0.99% 0.8% -
XYZ 29.53 14.69 26.87 -
YUV 78.06 164.09 217.12 -
System Red Green Blue C M Y K H S L
Decimal 203 2 142 0 0.99 0.30 0.20 318.21 0.98 0.4
Hex CB 2 8E 0 63 1E 14 13E 62 28
Octal 313 2 216 0 143 36 24 476 142 50
Binary 11001011 10 10001110 0 1100011 11110 10100 100111110 1100010 101000

Color Harmonies of #CB028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB028E

Black with #CB028E

Text Example


Text Example

White with #CB028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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