Html Css Color HEX #CB2D99 Medium Red Violet

📋 copy color: '#CB2D99'

red 203 ◦ green 45 ◦ blue 153

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

Shades of Medium Red Violet #CB2D99

Tints of Medium Red Violet #CB2D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.22%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 50.62%
G = 11.22%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB2D99 (or 0xCB2D99) is known color: Medium Red Violet. HEX triplet: CB, 2D and 99. RGB value is (203,45,153). Sum of RGB (Red+Green+Blue) = 203+45+153=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2D99 is #34D266. Grayscale: #686868. Windows color (decimal): -3461735 or 10038731. OLE color: 10038731.

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

Color convert

RGB 203 45 153 -
CMYK 0 0.78 0.25 0.20
HSL 318.99º 0.64% 0.49% -
HSV(B) 318.99º 0.78% 0.8% -
XYZ 31.32 16.87 31.74 -
YUV 104.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 203 45 153 0 0.78 0.25 0.20 318.99 0.64 0.49
Hex CB 2D 99 0 4E 19 14 13F 40 31
Octal 313 55 231 0 116 31 24 477 100 61
Binary 11001011 101101 10011001 0 1001110 11001 10100 100111111 1000000 110001

Color Harmonies of #CB2D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2D99

Black with #CB2D99

Text Example


Text Example

White with #CB2D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2D99; }

 p { color: rgb(203,45,153); }

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

background-color css

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

 a { background-color: rgb(203,45,153); }

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

border-color css

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

 span { border-color: rgb(203,45,153); }

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