Html Css Color HEX #CB2EAB Medium Red Violet

📋 copy color: '#CB2EAB'

red 203 ◦ green 46 ◦ blue 171

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

Shades of Medium Red Violet #CB2EAB

Tints of Medium Red Violet #CB2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 48.33%
G = 10.95%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB2EAB (or 0xCB2EAB) is known color: Medium Red Violet. HEX triplet: CB, 2E and AB. RGB value is (203,46,171). Sum of RGB (Red+Green+Blue) = 203+46+171=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2EAB is #34D154. Grayscale: #6A6A6A. Windows color (decimal): -3461461 or 11218635. OLE color: 11218635.

HSL color Cylindrical-coordinate representation of color #CB2EAB: hue angle of 312.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2EAB is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 171 -
CMYK 0 0.77 0.16 0.20
HSL 312.23º 0.63% 0.49% -
HSV(B) 312.23º 0.77% 0.8% -
XYZ 32.96 17.59 40.19 -
YUV 107.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 203 46 171 0 0.77 0.16 0.20 312.23 0.63 0.49
Hex CB 2E AB 0 4D 10 14 138 3F 31
Octal 313 56 253 0 115 20 24 470 77 61
Binary 11001011 101110 10101011 0 1001101 10000 10100 100111000 111111 110001

Color Harmonies of #CB2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EAB

Black with #CB2EAB

Text Example


Text Example

White with #CB2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EAB; }

 p { color: rgb(203,46,171); }

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

background-color css

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

 a { background-color: rgb(203,46,171); }

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

border-color css

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

 span { border-color: rgb(203,46,171); }

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