Html Css Color HEX #CB028D Medium Violet Red

📋 copy color: '#CB028D'

red 203 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #CB028D

Tints of Medium Violet Red #CB028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 58.67%
G = 0.58%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB028D (or 0xCB028D) is known color: Medium Violet Red. HEX triplet: CB, 02 and 8D. RGB value is (203,2,141). Sum of RGB (Red+Green+Blue) = 203+2+141=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB028D is #34FD72. Grayscale: #4D4D4D. Windows color (decimal): -3472755 or 9241291. OLE color: 9241291.

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

Color convert

RGB 203 2 141 -
CMYK 0 0.99 0.31 0.20
HSL 318.51º 0.98% 0.4% -
HSV(B) 318.51º 0.99% 0.8% -
XYZ 29.46 14.66 26.48 -
YUV 77.95 163.59 217.2 -
System Red Green Blue C M Y K H S L
Decimal 203 2 141 0 0.99 0.31 0.20 318.51 0.98 0.4
Hex CB 2 8D 0 63 1F 14 13F 62 28
Octal 313 2 215 0 143 37 24 477 142 50
Binary 11001011 10 10001101 0 1100011 11111 10100 100111111 1100010 101000

Color Harmonies of #CB028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB028D

Black with #CB028D

Text Example


Text Example

White with #CB028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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