Html Css Color HEX #CB1F99 Medium Violet Red

📋 copy color: '#CB1F99'

red 203 ◦ green 31 ◦ blue 153

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

Shades of Medium Violet Red #CB1F99

Tints of Medium Violet Red #CB1F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.01%

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

R = 52.45%
G = 8.01%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB1F99 (or 0xCB1F99) is known color: Medium Violet Red. HEX triplet: CB, 1F and 99. RGB value is (203,31,153). Sum of RGB (Red+Green+Blue) = 203+31+153=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1F99 is #34E066. Grayscale: #606060. Windows color (decimal): -3465319 or 10035147. OLE color: 10035147.

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

Color convert

RGB 203 31 153 -
CMYK 0 0.85 0.25 0.20
HSL 317.44º 0.74% 0.46% -
HSV(B) 317.44º 0.85% 0.8% -
XYZ 30.87 15.98 31.59 -
YUV 96.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 203 31 153 0 0.85 0.25 0.20 317.44 0.74 0.46
Hex CB 1F 99 0 55 19 14 13D 4A 2E
Octal 313 37 231 0 125 31 24 475 112 56
Binary 11001011 11111 10011001 0 1010101 11001 10100 100111101 1001010 101110

Color Harmonies of #CB1F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1F99

Black with #CB1F99

Text Example


Text Example

White with #CB1F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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