Html Css Color HEX #CB1299 Medium Violet Red

📋 copy color: '#CB1299'

red 203 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #CB1299

Tints of Medium Violet Red #CB1299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.81%

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

R = 54.28%
G = 4.81%
B = 40.91%

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

#CB1299 (or 0xCB1299) is known color: Medium Violet Red. HEX triplet: CB, 12 and 99. RGB value is (203,18,153). Sum of RGB (Red+Green+Blue) = 203+18+153=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1299 is #34ED66. Grayscale: #585858. Windows color (decimal): -3468647 or 10031819. OLE color: 10031819.

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

Color convert

RGB 203 18 153 -
CMYK 0 0.91 0.25 0.20
HSL 316.22º 0.84% 0.43% -
HSV(B) 316.22º 0.91% 0.8% -
XYZ 30.59 15.43 31.5 -
YUV 88.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 203 18 153 0 0.91 0.25 0.20 316.22 0.84 0.43
Hex CB 12 99 0 5B 19 14 13C 54 2B
Octal 313 22 231 0 133 31 24 474 124 53
Binary 11001011 10010 10011001 0 1011011 11001 10100 100111100 1010100 101011

Color Harmonies of #CB1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1299

Black with #CB1299

Text Example


Text Example

White with #CB1299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1299; }

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

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

background-color css

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

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

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

border-color css

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

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

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