Html Css Color HEX #CB1295 Medium Violet Red

📋 copy color: '#CB1295'

red 203 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #CB1295

Tints of Medium Violet Red #CB1295

RGB

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

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

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

R = 54.86%
G = 4.86%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB1295 (or 0xCB1295) is known color: Medium Violet Red. HEX triplet: CB, 12 and 95. RGB value is (203,18,149). Sum of RGB (Red+Green+Blue) = 203+18+149=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1295 is #34ED6A. Grayscale: #575757. Windows color (decimal): -3468651 or 9769675. OLE color: 9769675.

HSL color Cylindrical-coordinate representation of color #CB1295: hue angle of 317.51º 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 #CB1295 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 149 -
CMYK 0 0.91 0.27 0.20
HSL 317.51º 0.84% 0.43% -
HSV(B) 317.51º 0.91% 0.8% -
XYZ 30.27 15.3 29.79 -
YUV 88.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 203 18 149 0 0.91 0.27 0.20 317.51 0.84 0.43
Hex CB 12 95 0 5B 1B 14 13E 54 2B
Octal 313 22 225 0 133 33 24 476 124 53
Binary 11001011 10010 10010101 0 1011011 11011 10100 100111110 1010100 101011

Color Harmonies of #CB1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1295

Black with #CB1295

Text Example


Text Example

White with #CB1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1295; }

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

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

background-color css

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

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

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

border-color css

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

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

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