Html Css Color HEX #CB077F Medium Violet Red

📋 copy color: '#CB077F'

red 203 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #CB077F

Tints of Medium Violet Red #CB077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 60.24%
G = 2.08%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB077F (or 0xCB077F) is known color: Medium Violet Red. HEX triplet: CB, 07 and 7F. RGB value is (203,7,127). Sum of RGB (Red+Green+Blue) = 203+7+127=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB077F is #34F880. Grayscale: #4F4F4F. Windows color (decimal): -3471489 or 8325067. OLE color: 8325067.

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

Color convert

RGB 203 7 127 -
CMYK 0 0.97 0.37 0.20
HSL 323.27º 0.93% 0.41% -
HSV(B) 323.27º 0.97% 0.8% -
XYZ 28.54 14.38 21.35 -
YUV 79.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 203 7 127 0 0.97 0.37 0.20 323.27 0.93 0.41
Hex CB 7 7F 0 61 25 14 143 5D 29
Octal 313 7 177 0 141 45 24 503 135 51
Binary 11001011 111 1111111 0 1100001 100101 10100 101000011 1011101 101001

Color Harmonies of #CB077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB077F

Black with #CB077F

Text Example


Text Example

White with #CB077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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