Html Css Color HEX #CB057D Medium Violet Red

📋 copy color: '#CB057D'

red 203 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #CB057D

Tints of Medium Violet Red #CB057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 60.96%
G = 1.5%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB057D (or 0xCB057D) is known color: Medium Violet Red. HEX triplet: CB, 05 and 7D. RGB value is (203,5,125). Sum of RGB (Red+Green+Blue) = 203+5+125=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB057D is #34FA82. Grayscale: #4D4D4D. Windows color (decimal): -3472003 or 8193483. OLE color: 8193483.

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

Color convert

RGB 203 5 125 -
CMYK 0 0.98 0.38 0.20
HSL 323.64º 0.95% 0.41% -
HSV(B) 323.64º 0.98% 0.8% -
XYZ 28.38 14.29 20.66 -
YUV 77.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 203 5 125 0 0.98 0.38 0.20 323.64 0.95 0.41
Hex CB 5 7D 0 62 26 14 144 5F 29
Octal 313 5 175 0 142 46 24 504 137 51
Binary 11001011 101 1111101 0 1100010 100110 10100 101000100 1011111 101001

Color Harmonies of #CB057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB057D

Black with #CB057D

Text Example


Text Example

White with #CB057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB057D; }

 p { color: rgb(203,5,125); }

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

background-color css

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

 a { background-color: rgb(203,5,125); }

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

border-color css

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

 span { border-color: rgb(203,5,125); }

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