#CB1492

Color #CB1492 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CB1492

Tints of Medium Violet Red #CB1492

Color information

#CB1492 (or 0xCB1492) is unknown color: approx Medium Violet Red. HEX triplet: CB, 14 and 92. RGB value is (203,20,146). Sum of RGB (Red+Green+Blue) = 203+20+146=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1492 is #34EB6D. Grayscale: #585858. Windows color (decimal): -3468142 or 9573579. OLE color: 9573579.

HSL color Cylindrical-coordinate representation of color #CB1492: hue angle of 318.69º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1492 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20320146-
CMYK00.900.280.20
HSL318.69º82.06%43.73%-
HSV(B)318.69º90.15%79.61%-
XYZ30.0715.2728.56-
YUV89.08160.13209.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 20 (8.20% from 255) = 5.42%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=55.01%
G=5.42%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032014600.900.280.20318.6982.0643.73
HexCB149205A1C1413f522c
Octal313242220132342447712254
Binary1100101110100100100100101101011100101001001111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1492; }

 p { color: rgb(203,20,146); }

 H1.HeaderClassName
 {
   color: #CB1492;
 }
 .AnyTagClassName
 {
   color: #CB1492;
 }
</style>
background-color css

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

 a { background-color: rgb(203,20,146); }

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

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

 span { border-color: rgb(203,20,146); }

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