Html Css Color HEX #CB057F Medium Violet Red

📋 copy color: '#CB057F'

red 203 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #CB057F

Tints of Medium Violet Red #CB057F

RGB

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

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

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

R = 60.6%
G = 1.49%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB057F (or 0xCB057F) is known color: Medium Violet Red. HEX triplet: CB, 05 and 7F. RGB value is (203,5,127). Sum of RGB (Red+Green+Blue) = 203+5+127=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB057F is #34FA80. Grayscale: #4D4D4D. Windows color (decimal): -3472001 or 8324555. OLE color: 8324555.

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

Color convert

RGB 203 5 127 -
CMYK 0 0.98 0.37 0.20
HSL 323.03º 0.95% 0.41% -
HSV(B) 323.03º 0.98% 0.8% -
XYZ 28.51 14.34 21.34 -
YUV 78.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 203 5 127 0 0.98 0.37 0.20 323.03 0.95 0.41
Hex CB 5 7F 0 62 25 14 143 5F 29
Octal 313 5 177 0 142 45 24 503 137 51
Binary 11001011 101 1111111 0 1100010 100101 10100 101000011 1011111 101001

Color Harmonies of #CB057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB057F

Black with #CB057F

Text Example


Text Example

White with #CB057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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