Html Css Color HEX #CB2D90 Medium Red Violet

📋 copy color: '#CB2D90'

red 203 ◦ green 45 ◦ blue 144

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

Shades of Medium Red Violet #CB2D90

Tints of Medium Red Violet #CB2D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.48%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 51.79%
G = 11.48%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB2D90 (or 0xCB2D90) is known color: Medium Red Violet. HEX triplet: CB, 2D and 90. RGB value is (203,45,144). Sum of RGB (Red+Green+Blue) = 203+45+144=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2D90 is #34D26F. Grayscale: #676767. Windows color (decimal): -3461744 or 9448907. OLE color: 9448907.

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

Color convert

RGB 203 45 144 -
CMYK 0 0.78 0.29 0.20
HSL 322.41º 0.64% 0.49% -
HSV(B) 322.41º 0.78% 0.8% -
XYZ 30.6 16.59 27.97 -
YUV 103.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 203 45 144 0 0.78 0.29 0.20 322.41 0.64 0.49
Hex CB 2D 90 0 4E 1D 14 142 40 31
Octal 313 55 220 0 116 35 24 502 100 61
Binary 11001011 101101 10010000 0 1001110 11101 10100 101000010 1000000 110001

Color Harmonies of #CB2D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2D90

Black with #CB2D90

Text Example


Text Example

White with #CB2D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2D90; }

 p { color: rgb(203,45,144); }

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

background-color css

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

 a { background-color: rgb(203,45,144); }

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

border-color css

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

 span { border-color: rgb(203,45,144); }

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