Html Css Color HEX #CB0686 Medium Violet Red

📋 copy color: '#CB0686'

red 203 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #CB0686

Tints of Medium Violet Red #CB0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

 BLUE value IS 134 (52.73% from 255) = 39.07%

R = 59.18%
G = 1.75%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB0686 (or 0xCB0686) is known color: Medium Violet Red. HEX triplet: CB, 06 and 86. RGB value is (203,6,134). Sum of RGB (Red+Green+Blue) = 203+6+134=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0686 is #34F979. Grayscale: #4F4F4F. Windows color (decimal): -3471738 or 8783563. OLE color: 8783563.

HSL color Cylindrical-coordinate representation of color #CB0686: hue angle of 321.02º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0686 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 134 -
CMYK 0 0.97 0.34 0.20
HSL 321.02º 0.94% 0.41% -
HSV(B) 321.02º 0.97% 0.8% -
XYZ 29 14.55 23.83 -
YUV 79.5 158.77 216.09 -
System Red Green Blue C M Y K H S L
Decimal 203 6 134 0 0.97 0.34 0.20 321.02 0.94 0.41
Hex CB 6 86 0 61 22 14 141 5E 29
Octal 313 6 206 0 141 42 24 501 136 51
Binary 11001011 110 10000110 0 1100001 100010 10100 101000001 1011110 101001

Color Harmonies of #CB0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0686

Black with #CB0686

Text Example


Text Example

White with #CB0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0686; }

 p { color: rgb(203,6,134); }

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

background-color css

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

 a { background-color: rgb(203,6,134); }

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

border-color css

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

 span { border-color: rgb(203,6,134); }

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