#CB369E

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

Shades of Medium Red Violet #CB369E

Tints of Medium Red Violet #CB369E

Color information

#CB369E (or 0xCB369E) is unknown color: approx Medium Red Violet. HEX triplet: CB, 36 and 9E. RGB value is (203,54,158). Sum of RGB (Red+Green+Blue) = 203+54+158=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB369E is #34C961. Grayscale: #6E6E6E. Windows color (decimal): -3459426 or 10368715. OLE color: 10368715.

HSL color Cylindrical-coordinate representation of color #CB369E: hue angle of 318.12º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB369E is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB20354158-
CMYK00.730.220.20
HSL318.12º58.89%50.39%-
HSV(B)318.12º73.4%79.61%-
XYZ32.1217.834.09-
YUV110.41154.86194.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=48.92%
G=13.01%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035415800.730.220.20318.1258.8950.39
HexCB369E049161413e3b32
Octal31366236011126244767362
Binary1100101111011010011110010010011011010100100111110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB369E; }

 p { color: rgb(203,54,158); }

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

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

 a { background-color: rgb(203,54,158); }

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

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

 span { border-color: rgb(203,54,158); }

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