Html Css Color HEX #CB009B Medium Violet Red

📋 copy color: '#CB009B'

red 203 ◦ green 0 ◦ blue 155

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

Shades of Medium Violet Red #CB009B

Tints of Medium Violet Red #CB009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 56.7%
G = 0%
B = 43.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB009B (or 0xCB009B) is known color: Medium Violet Red. HEX triplet: CB, 00 and 9B. RGB value is (203,0,155). Sum of RGB (Red+Green+Blue) = 203+0+155=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB009B is #34FF64. Grayscale: #4D4D4D. Windows color (decimal): -3473253 or 10158283. OLE color: 10158283.

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

Color convert

RGB 203 0 155 -
CMYK 0 1 0.24 0.20
HSL 314.19º 1% 0.4% -
HSV(B) 314.19º 1% 0.8% -
XYZ 30.55 15.06 32.31 -
YUV 78.37 171.25 216.9 -
System Red Green Blue C M Y K H S L
Decimal 203 0 155 0 1 0.24 0.20 314.19 1 0.4
Hex CB 0 9B 0 64 18 14 13A 64 28
Octal 313 0 233 0 144 30 24 472 144 50
Binary 11001011 0 10011011 0 1100100 11000 10100 100111010 1100100 101000

Color Harmonies of #CB009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB009B

Black with #CB009B

Text Example


Text Example

White with #CB009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB009B; }

 p { color: rgb(203,0,155); }

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

background-color css

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

 a { background-color: rgb(203,0,155); }

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

border-color css

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

 span { border-color: rgb(203,0,155); }

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