Html Css Color HEX #CB1895 Medium Violet Red

📋 copy color: '#CB1895'

red 203 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #CB1895

Tints of Medium Violet Red #CB1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 53.99%
G = 6.38%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB1895 (or 0xCB1895) is known color: Medium Violet Red. HEX triplet: CB, 18 and 95. RGB value is (203,24,149). Sum of RGB (Red+Green+Blue) = 203+24+149=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1895 is #34E76A. Grayscale: #5B5B5B. Windows color (decimal): -3467115 or 9771211. OLE color: 9771211.

HSL color Cylindrical-coordinate representation of color #CB1895: hue angle of 318.1º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1895 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 149 -
CMYK 0 0.88 0.27 0.20
HSL 318.1º 0.79% 0.45% -
HSV(B) 318.1º 0.88% 0.8% -
XYZ 30.38 15.52 29.83 -
YUV 91.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 203 24 149 0 0.88 0.27 0.20 318.1 0.79 0.45
Hex CB 18 95 0 58 1B 14 13E 4F 2D
Octal 313 30 225 0 130 33 24 476 117 55
Binary 11001011 11000 10010101 0 1011000 11011 10100 100111110 1001111 101101

Color Harmonies of #CB1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1895

Black with #CB1895

Text Example


Text Example

White with #CB1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1895; }

 p { color: rgb(203,24,149); }

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

background-color css

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

 a { background-color: rgb(203,24,149); }

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

border-color css

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

 span { border-color: rgb(203,24,149); }

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