Html Css Color HEX #CB2382 Medium Violet Red

📋 copy color: '#CB2382'

red 203 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #CB2382

Tints of Medium Violet Red #CB2382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

 BLUE value IS 130 (51.17% from 255) = 35.33%

R = 55.16%
G = 9.51%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB2382 (or 0xCB2382) is known color: Medium Violet Red. HEX triplet: CB, 23 and 82. RGB value is (203,35,130). Sum of RGB (Red+Green+Blue) = 203+35+130=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2382 is #34DC7D. Grayscale: #5F5F5F. Windows color (decimal): -3464318 or 8528843. OLE color: 8528843.

HSL color Cylindrical-coordinate representation of color #CB2382: hue angle of 326.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2382 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 130 -
CMYK 0 0.83 0.36 0.20
HSL 326.07º 0.71% 0.47% -
HSV(B) 326.07º 0.83% 0.8% -
XYZ 29.26 15.51 22.57 -
YUV 96.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 203 35 130 0 0.83 0.36 0.20 326.07 0.71 0.47
Hex CB 23 82 0 53 24 14 146 47 2F
Octal 313 43 202 0 123 44 24 506 107 57
Binary 11001011 100011 10000010 0 1010011 100100 10100 101000110 1000111 101111

Color Harmonies of #CB2382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2382

Black with #CB2382

Text Example


Text Example

White with #CB2382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2382; }

 p { color: rgb(203,35,130); }

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

background-color css

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

 a { background-color: rgb(203,35,130); }

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

border-color css

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

 span { border-color: rgb(203,35,130); }

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