Html Css Color HEX #CB028F Medium Violet Red

📋 copy color: '#CB028F'

red 203 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #CB028F

Tints of Medium Violet Red #CB028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 58.33%
G = 0.57%
B = 41.09%

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

#CB028F (or 0xCB028F) is known color: Medium Violet Red. HEX triplet: CB, 02 and 8F. RGB value is (203,2,143). Sum of RGB (Red+Green+Blue) = 203+2+143=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB028F is #34FD70. Grayscale: #4D4D4D. Windows color (decimal): -3472753 or 9372363. OLE color: 9372363.

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

Color convert

RGB 203 2 143 -
CMYK 0 0.99 0.30 0.20
HSL 317.91º 0.98% 0.4% -
HSV(B) 317.91º 0.99% 0.8% -
XYZ 29.61 14.72 27.27 -
YUV 78.17 164.59 217.04 -
System Red Green Blue C M Y K H S L
Decimal 203 2 143 0 0.99 0.30 0.20 317.91 0.98 0.4
Hex CB 2 8F 0 63 1E 14 13E 62 28
Octal 313 2 217 0 143 36 24 476 142 50
Binary 11001011 10 10001111 0 1100011 11110 10100 100111110 1100010 101000

Color Harmonies of #CB028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB028F

Black with #CB028F

Text Example


Text Example

White with #CB028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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