Html Css Color HEX #CB029D Medium Violet Red

📋 copy color: '#CB029D'

red 203 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #CB029D

Tints of Medium Violet Red #CB029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 56.08%
G = 0.55%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB029D (or 0xCB029D) is known color: Medium Violet Red. HEX triplet: CB, 02 and 9D. RGB value is (203,2,157). Sum of RGB (Red+Green+Blue) = 203+2+157=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB029D is #34FD62. Grayscale: #4F4F4F. Windows color (decimal): -3472739 or 10289867. OLE color: 10289867.

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

Color convert

RGB 203 2 157 -
CMYK 0 0.99 0.23 0.20
HSL 313.73º 0.98% 0.4% -
HSV(B) 313.73º 0.99% 0.8% -
XYZ 30.74 15.17 33.21 -
YUV 79.77 171.59 215.9 -
System Red Green Blue C M Y K H S L
Decimal 203 2 157 0 0.99 0.23 0.20 313.73 0.98 0.4
Hex CB 2 9D 0 63 17 14 13A 62 28
Octal 313 2 235 0 143 27 24 472 142 50
Binary 11001011 10 10011101 0 1100011 10111 10100 100111010 1100010 101000

Color Harmonies of #CB029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB029D

Black with #CB029D

Text Example


Text Example

White with #CB029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB029D; }

 p { color: rgb(203,2,157); }

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

background-color css

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

 a { background-color: rgb(203,2,157); }

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

border-color css

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

 span { border-color: rgb(203,2,157); }

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