Html Css Color HEX #CB077B Medium Violet Red

📋 copy color: '#CB077B'

red 203 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #CB077B

Tints of Medium Violet Red #CB077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 60.96%
G = 2.1%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB077B (or 0xCB077B) is known color: Medium Violet Red. HEX triplet: CB, 07 and 7B. RGB value is (203,7,123). Sum of RGB (Red+Green+Blue) = 203+7+123=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB077B is #34F884. Grayscale: #4E4E4E. Windows color (decimal): -3471493 or 8062923. OLE color: 8062923.

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

Color convert

RGB 203 7 123 -
CMYK 0 0.97 0.39 0.20
HSL 324.49º 0.93% 0.41% -
HSV(B) 324.49º 0.97% 0.8% -
XYZ 28.28 14.28 20 -
YUV 78.83 152.93 216.57 -
System Red Green Blue C M Y K H S L
Decimal 203 7 123 0 0.97 0.39 0.20 324.49 0.93 0.41
Hex CB 7 7B 0 61 27 14 144 5D 29
Octal 313 7 173 0 141 47 24 504 135 51
Binary 11001011 111 1111011 0 1100001 100111 10100 101000100 1011101 101001

Color Harmonies of #CB077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB077B

Black with #CB077B

Text Example


Text Example

White with #CB077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB077B; }

 p { color: rgb(203,7,123); }

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

background-color css

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

 a { background-color: rgb(203,7,123); }

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

border-color css

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

 span { border-color: rgb(203,7,123); }

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