Html Css Color HEX #CB0682 Medium Violet Red

📋 copy color: '#CB0682'

red 203 ◦ green 6 ◦ blue 130

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

Shades of Medium Violet Red #CB0682

Tints of Medium Violet Red #CB0682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 59.88%
G = 1.77%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB0682 (or 0xCB0682) is known color: Medium Violet Red. HEX triplet: CB, 06 and 82. RGB value is (203,6,130). Sum of RGB (Red+Green+Blue) = 203+6+130=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0682 is #34F97D. Grayscale: #4E4E4E. Windows color (decimal): -3471742 or 8521419. OLE color: 8521419.

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

Color convert

RGB 203 6 130 -
CMYK 0 0.97 0.36 0.20
HSL 322.23º 0.94% 0.41% -
HSV(B) 322.23º 0.97% 0.8% -
XYZ 28.72 14.44 22.39 -
YUV 79.04 156.77 216.42 -
System Red Green Blue C M Y K H S L
Decimal 203 6 130 0 0.97 0.36 0.20 322.23 0.94 0.41
Hex CB 6 82 0 61 24 14 142 5E 29
Octal 313 6 202 0 141 44 24 502 136 51
Binary 11001011 110 10000010 0 1100001 100100 10100 101000010 1011110 101001

Color Harmonies of #CB0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0682

Black with #CB0682

Text Example


Text Example

White with #CB0682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0682; }

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

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

background-color css

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

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

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

border-color css

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

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

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