#CB2C8F

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

Shades of Medium Red Violet #CB2C8F

Tints of Medium Red Violet #CB2C8F

Color information

#CB2C8F (or 0xCB2C8F) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2C and 8F. RGB value is (203,44,143). Sum of RGB (Red+Green+Blue) = 203+44+143=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2C8F is #34D370. Grayscale: #666666. Windows color (decimal): -3462001 or 9383115. OLE color: 9383115.

HSL color Cylindrical-coordinate representation of color #CB2C8F: hue angle of 322.64º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C8F is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB20344143-
CMYK00.780.300.20
HSL322.64º64.37%48.43%-
HSV(B)322.64º78.33%79.61%-
XYZ30.4916.4827.56-
YUV102.83150.68199.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 44 (17.58% from 255) = 11.28%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=52.05%
G=11.28%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034414300.780.300.20322.6464.3748.43
HexCB2C8F04E1E141434030
Octal313542170116362450310060
Binary11001011101100100011110100111011110101001010000111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2C8F; }

 p { color: rgb(203,44,143); }

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

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

 a { background-color: rgb(203,44,143); }

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

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

 span { border-color: rgb(203,44,143); }

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