Html Css Color HEX #CB288F Medium Violet Red

📋 copy color: '#CB288F'

red 203 ◦ green 40 ◦ blue 143

#CB288F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CB288F

Tints of Medium Violet Red #CB288F

RGB

 RED value IS 203 (79.69% from 255) = 52.59%

 GREEN value IS 40 (16.02% from 255) = 10.36%

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 52.59%
G = 10.36%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB288F (or 0xCB288F) is known color: Medium Violet Red. HEX triplet: CB, 28 and 8F. RGB value is (203,40,143). Sum of RGB (Red+Green+Blue) = 203+40+143=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB288F is #34D770. Grayscale: #646464. Windows color (decimal): -3463025 or 9382091. OLE color: 9382091.

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

Color convert

RGB 203 40 143 -
CMYK 0 0.80 0.30 0.20
HSL 322.09º 0.67% 0.48% -
HSV(B) 322.09º 0.8% 0.8% -
XYZ 30.35 16.2 27.51 -
YUV 100.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 203 40 143 0 0.80 0.30 0.20 322.09 0.67 0.48
Hex CB 28 8F 0 50 1E 14 142 43 30
Octal 313 50 217 0 120 36 24 502 103 60
Binary 11001011 101000 10001111 0 1010000 11110 10100 101000010 1000011 110000

Color Harmonies of #CB288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB288F

Black with #CB288F

Text Example


Text Example

White with #CB288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB288F; }

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

 H1.HeaderClassName
 {
   color: #CB288F;
 }
 .AnyTagClassName
 {
   color: #CB288F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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