#CB267E

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

Shades of Medium Violet Red #CB267E

Tints of Medium Violet Red #CB267E

Color information

#CB267E (or 0xCB267E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 26 and 7E. RGB value is (203,38,126). Sum of RGB (Red+Green+Blue) = 203+38+126=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB267E is #34D981. Grayscale: #616161. Windows color (decimal): -3463554 or 8267467. OLE color: 8267467.

HSL color Cylindrical-coordinate representation of color #CB267E: hue angle of 328º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB267E is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20338126-
CMYK00.810.380.20
HSL328º68.46%47.25%-
HSV(B)328º81.28%79.61%-
XYZ29.0915.5921.21-
YUV97.37144.16203.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=55.31%
G=10.35%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033812600.810.380.2032868.4647.25
HexCB267E0512614148442f
Octal313461760121462451010457
Binary11001011100110111111001010001100110101001010010001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB267E; }

 p { color: rgb(203,38,126); }

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

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

 a { background-color: rgb(203,38,126); }

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

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

 span { border-color: rgb(203,38,126); }

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