Html Css Color HEX #CB1399 Medium Violet Red

📋 copy color: '#CB1399'

red 203 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #CB1399

Tints of Medium Violet Red #CB1399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.07%

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

R = 54.13%
G = 5.07%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB1399 (or 0xCB1399) is known color: Medium Violet Red. HEX triplet: CB, 13 and 99. RGB value is (203,19,153). Sum of RGB (Red+Green+Blue) = 203+19+153=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1399 is #34EC66. Grayscale: #585858. Windows color (decimal): -3468391 or 10032075. OLE color: 10032075.

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

Color convert

RGB 203 19 153 -
CMYK 0 0.91 0.25 0.20
HSL 316.3º 0.83% 0.44% -
HSV(B) 316.3º 0.91% 0.8% -
XYZ 30.61 15.46 31.51 -
YUV 89.29 163.96 209.1 -
System Red Green Blue C M Y K H S L
Decimal 203 19 153 0 0.91 0.25 0.20 316.3 0.83 0.44
Hex CB 13 99 0 5B 19 14 13C 53 2C
Octal 313 23 231 0 133 31 24 474 123 54
Binary 11001011 10011 10011001 0 1011011 11001 10100 100111100 1010011 101100

Color Harmonies of #CB1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1399

Black with #CB1399

Text Example


Text Example

White with #CB1399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1399; }

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

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

background-color css

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

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

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

border-color css

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

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

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