Html Css Color HEX #CB008A Medium Violet Red

📋 copy color: '#CB008A'

red 203 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #CB008A

Tints of Medium Violet Red #CB008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 59.53%
G = 0%
B = 40.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB008A (or 0xCB008A) is known color: Medium Violet Red. HEX triplet: CB, 00 and 8A. RGB value is (203,0,138). Sum of RGB (Red+Green+Blue) = 203+0+138=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB008A is #34FF75. Grayscale: #4C4C4C. Windows color (decimal): -3473270 or 9044171. OLE color: 9044171.

HSL color Cylindrical-coordinate representation of color #CB008A: hue angle of 319.21º 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 #CB008A is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 138 -
CMYK 0 1 0.32 0.20
HSL 319.21º 1% 0.4% -
HSV(B) 319.21º 1% 0.8% -
XYZ 29.22 14.53 25.31 -
YUV 76.43 162.75 218.28 -
System Red Green Blue C M Y K H S L
Decimal 203 0 138 0 1 0.32 0.20 319.21 1 0.4
Hex CB 0 8A 0 64 20 14 13F 64 28
Octal 313 0 212 0 144 40 24 477 144 50
Binary 11001011 0 10001010 0 1100100 100000 10100 100111111 1100100 101000

Color Harmonies of #CB008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB008A

Black with #CB008A

Text Example


Text Example

White with #CB008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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