Html Css Color HEX #CB0085 Medium Violet Red

📋 copy color: '#CB0085'

red 203 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #CB0085

Tints of Medium Violet Red #CB0085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 60.42%
G = 0%
B = 39.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB0085 (or 0xCB0085) is known color: Medium Violet Red. HEX triplet: CB, 00 and 85. RGB value is (203,0,133). Sum of RGB (Red+Green+Blue) = 203+0+133=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0085 is #34FF7A. Grayscale: #4B4B4B. Windows color (decimal): -3473275 or 8716491. OLE color: 8716491.

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

Color convert

RGB 203 0 133 -
CMYK 0 1 0.34 0.20
HSL 320.69º 1% 0.4% -
HSV(B) 320.69º 1% 0.8% -
XYZ 28.86 14.39 23.45 -
YUV 75.86 160.25 218.69 -
System Red Green Blue C M Y K H S L
Decimal 203 0 133 0 1 0.34 0.20 320.69 1 0.4
Hex CB 0 85 0 64 22 14 141 64 28
Octal 313 0 205 0 144 42 24 501 144 50
Binary 11001011 0 10000101 0 1100100 100010 10100 101000001 1100100 101000

Color Harmonies of #CB0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0085

Black with #CB0085

Text Example


Text Example

White with #CB0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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