Html Css Color HEX #CB2C8D Medium Red Violet

📋 copy color: '#CB2C8D'

red 203 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #CB2C8D

Tints of Medium Red Violet #CB2C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

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

R = 52.32%
G = 11.34%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB2C8D (or 0xCB2C8D) is known color: Medium Red Violet. HEX triplet: CB, 2C and 8D. RGB value is (203,44,141). Sum of RGB (Red+Green+Blue) = 203+44+141=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2C8D is #34D372. Grayscale: #666666. Windows color (decimal): -3462003 or 9252043. OLE color: 9252043.

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

Color convert

RGB 203 44 141 -
CMYK 0 0.78 0.31 0.20
HSL 323.4º 0.64% 0.48% -
HSV(B) 323.4º 0.78% 0.8% -
XYZ 30.34 16.42 26.77 -
YUV 102.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 203 44 141 0 0.78 0.31 0.20 323.4 0.64 0.48
Hex CB 2C 8D 0 4E 1F 14 143 40 30
Octal 313 54 215 0 116 37 24 503 100 60
Binary 11001011 101100 10001101 0 1001110 11111 10100 101000011 1000000 110000

Color Harmonies of #CB2C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C8D

Black with #CB2C8D

Text Example


Text Example

White with #CB2C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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