#CB267F

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

Shades of Medium Violet Red #CB267F

Tints of Medium Violet Red #CB267F

Color information

#CB267F (or 0xCB267F) is unknown color: approx Medium Violet Red. HEX triplet: CB, 26 and 7F. RGB value is (203,38,127). Sum of RGB (Red+Green+Blue) = 203+38+127=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB267F is #34D980. Grayscale: #616161. Windows color (decimal): -3463553 or 8333003. OLE color: 8333003.

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

Color convert

RGB20338127-
CMYK00.810.370.20
HSL327.64º68.46%47.25%-
HSV(B)327.64º81.28%79.61%-
XYZ29.1515.6221.56-
YUV97.48144.66203.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 38 (15.23% from 255) = 10.33%
BLUE value IS 127 (50% from 255) = 34.51%
R=55.16%
G=10.33%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033812700.810.370.20327.6468.4647.25
HexCB267F0512514148442f
Octal313461770121452451010457
Binary11001011100110111111101010001100101101001010010001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB267F; }

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

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

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

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

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

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

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

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