Html Css Color HEX #CB208D Medium Violet Red

📋 copy color: '#CB208D'

red 203 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #CB208D

Tints of Medium Violet Red #CB208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.51%

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

R = 53.99%
G = 8.51%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB208D (or 0xCB208D) is known color: Medium Violet Red. HEX triplet: CB, 20 and 8D. RGB value is (203,32,141). Sum of RGB (Red+Green+Blue) = 203+32+141=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB208D is #34DF72. Grayscale: #5F5F5F. Windows color (decimal): -3465075 or 9248971. OLE color: 9248971.

HSL color Cylindrical-coordinate representation of color #CB208D: hue angle of 321.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB208D is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 141 -
CMYK 0 0.84 0.31 0.20
HSL 321.75º 0.73% 0.46% -
HSV(B) 321.75º 0.84% 0.8% -
XYZ 29.95 15.65 26.64 -
YUV 95.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 203 32 141 0 0.84 0.31 0.20 321.75 0.73 0.46
Hex CB 20 8D 0 54 1F 14 142 49 2E
Octal 313 40 215 0 124 37 24 502 111 56
Binary 11001011 100000 10001101 0 1010100 11111 10100 101000010 1001001 101110

Color Harmonies of #CB208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB208D

Black with #CB208D

Text Example


Text Example

White with #CB208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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