Html Css Color HEX #CB0683 Medium Violet Red

📋 copy color: '#CB0683'

red 203 ◦ green 6 ◦ blue 131

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

Shades of Medium Violet Red #CB0683

Tints of Medium Violet Red #CB0683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 59.71%
G = 1.76%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB0683 (or 0xCB0683) is known color: Medium Violet Red. HEX triplet: CB, 06 and 83. RGB value is (203,6,131). Sum of RGB (Red+Green+Blue) = 203+6+131=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0683 is #34F97C. Grayscale: #4E4E4E. Windows color (decimal): -3471741 or 8586955. OLE color: 8586955.

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

Color convert

RGB 203 6 131 -
CMYK 0 0.97 0.35 0.20
HSL 321.93º 0.94% 0.41% -
HSV(B) 321.93º 0.97% 0.8% -
XYZ 28.79 14.47 22.75 -
YUV 79.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 203 6 131 0 0.97 0.35 0.20 321.93 0.94 0.41
Hex CB 6 83 0 61 23 14 142 5E 29
Octal 313 6 203 0 141 43 24 502 136 51
Binary 11001011 110 10000011 0 1100001 100011 10100 101000010 1011110 101001

Color Harmonies of #CB0683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0683

Black with #CB0683

Text Example


Text Example

White with #CB0683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0683; }

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

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

background-color css

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

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

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

border-color css

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

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

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