Html Css Color HEX #CB0585 Medium Violet Red

📋 copy color: '#CB0585'

red 203 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #CB0585

Tints of Medium Violet Red #CB0585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 59.53%
G = 1.47%
B = 39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB0585 (or 0xCB0585) is known color: Medium Violet Red. HEX triplet: CB, 05 and 85. RGB value is (203,5,133). Sum of RGB (Red+Green+Blue) = 203+5+133=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0585 is #34FA7A. Grayscale: #4E4E4E. Windows color (decimal): -3471995 or 8717771. OLE color: 8717771.

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

Color convert

RGB 203 5 133 -
CMYK 0 0.98 0.34 0.20
HSL 321.21º 0.95% 0.41% -
HSV(B) 321.21º 0.98% 0.8% -
XYZ 28.92 14.5 23.46 -
YUV 78.79 158.6 216.59 -
System Red Green Blue C M Y K H S L
Decimal 203 5 133 0 0.98 0.34 0.20 321.21 0.95 0.41
Hex CB 5 85 0 62 22 14 141 5F 29
Octal 313 5 205 0 142 42 24 501 137 51
Binary 11001011 101 10000101 0 1100010 100010 10100 101000001 1011111 101001

Color Harmonies of #CB0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0585

Black with #CB0585

Text Example


Text Example

White with #CB0585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0585; }

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

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

background-color css

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

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

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

border-color css

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

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

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