Html Css Color HEX #CB019D Medium Violet Red

📋 copy color: '#CB019D'

red 203 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #CB019D

Tints of Medium Violet Red #CB019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 56.23%
G = 0.28%
B = 43.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB019D (or 0xCB019D) is known color: Medium Violet Red. HEX triplet: CB, 01 and 9D. RGB value is (203,1,157). Sum of RGB (Red+Green+Blue) = 203+1+157=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB019D is #34FE62. Grayscale: #4E4E4E. Windows color (decimal): -3472995 or 10289611. OLE color: 10289611.

HSL color Cylindrical-coordinate representation of color #CB019D: hue angle of 313.66º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB019D is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 1 157 -
CMYK 0 1.00 0.23 0.20
HSL 313.66º 0.99% 0.4% -
HSV(B) 313.66º 1% 0.8% -
XYZ 30.73 15.15 33.2 -
YUV 79.18 171.92 216.32 -
System Red Green Blue C M Y K H S L
Decimal 203 1 157 0 1.00 0.23 0.20 313.66 0.99 0.4
Hex CB 1 9D 0 64 17 14 13A 63 28
Octal 313 1 235 0 144 27 24 472 143 50
Binary 11001011 1 10011101 0 1100100 10111 10100 100111010 1100011 101000

Color Harmonies of #CB019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB019D

Black with #CB019D

Text Example


Text Example

White with #CB019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB019D; }

 p { color: rgb(203,1,157); }

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

background-color css

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

 a { background-color: rgb(203,1,157); }

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

border-color css

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

 span { border-color: rgb(203,1,157); }

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