Html Css Color HEX #CB048D Medium Violet Red

📋 copy color: '#CB048D'

red 203 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #CB048D

Tints of Medium Violet Red #CB048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 58.33%
G = 1.15%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB048D (or 0xCB048D) is known color: Medium Violet Red. HEX triplet: CB, 04 and 8D. RGB value is (203,4,141). Sum of RGB (Red+Green+Blue) = 203+4+141=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB048D is #34FB72. Grayscale: #4E4E4E. Windows color (decimal): -3472243 or 9241803. OLE color: 9241803.

HSL color Cylindrical-coordinate representation of color #CB048D: hue angle of 318.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB048D is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 141 -
CMYK 0 0.98 0.31 0.20
HSL 318.69º 0.96% 0.41% -
HSV(B) 318.69º 0.98% 0.8% -
XYZ 29.48 14.71 26.48 -
YUV 79.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 203 4 141 0 0.98 0.31 0.20 318.69 0.96 0.41
Hex CB 4 8D 0 62 1F 14 13F 60 29
Octal 313 4 215 0 142 37 24 477 140 51
Binary 11001011 100 10001101 0 1100010 11111 10100 100111111 1100000 101001

Color Harmonies of #CB048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB048D

Black with #CB048D

Text Example


Text Example

White with #CB048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB048D; }

 p { color: rgb(203,4,141); }

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

background-color css

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

 a { background-color: rgb(203,4,141); }

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

border-color css

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

 span { border-color: rgb(203,4,141); }

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