Html Css Color HEX #CB218D Medium Violet Red

📋 copy color: '#CB218D'

red 203 ◦ green 33 ◦ blue 141

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

Shades of Medium Violet Red #CB218D

Tints of Medium Violet Red #CB218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 53.85%
G = 8.75%
B = 37.4%

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

#CB218D (or 0xCB218D) is known color: Medium Violet Red. HEX triplet: CB, 21 and 8D. RGB value is (203,33,141). Sum of RGB (Red+Green+Blue) = 203+33+141=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB218D is #34DE72. Grayscale: #5F5F5F. Windows color (decimal): -3464819 or 9249227. OLE color: 9249227.

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

Color convert

RGB 203 33 141 -
CMYK 0 0.84 0.31 0.20
HSL 321.88º 0.72% 0.46% -
HSV(B) 321.88º 0.84% 0.8% -
XYZ 29.98 15.71 26.65 -
YUV 96.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 203 33 141 0 0.84 0.31 0.20 321.88 0.72 0.46
Hex CB 21 8D 0 54 1F 14 142 48 2E
Octal 313 41 215 0 124 37 24 502 110 56
Binary 11001011 100001 10001101 0 1010100 11111 10100 101000010 1001000 101110

Color Harmonies of #CB218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB218D

Black with #CB218D

Text Example


Text Example

White with #CB218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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