Html Css Color HEX #CB2583 Medium Violet Red

📋 copy color: '#CB2583'

red 203 ◦ green 37 ◦ blue 131

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

Shades of Medium Violet Red #CB2583

Tints of Medium Violet Red #CB2583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.97%

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 54.72%
G = 9.97%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB2583 (or 0xCB2583) is known color: Medium Violet Red. HEX triplet: CB, 25 and 83. RGB value is (203,37,131). Sum of RGB (Red+Green+Blue) = 203+37+131=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2583 is #34DA7C. Grayscale: #616161. Windows color (decimal): -3463805 or 8594891. OLE color: 8594891.

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

Color convert

RGB 203 37 131 -
CMYK 0 0.82 0.35 0.20
HSL 326.02º 0.69% 0.47% -
HSV(B) 326.02º 0.82% 0.8% -
XYZ 29.39 15.66 22.95 -
YUV 97.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 203 37 131 0 0.82 0.35 0.20 326.02 0.69 0.47
Hex CB 25 83 0 52 23 14 146 45 2F
Octal 313 45 203 0 122 43 24 506 105 57
Binary 11001011 100101 10000011 0 1010010 100011 10100 101000110 1000101 101111

Color Harmonies of #CB2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2583

Black with #CB2583

Text Example


Text Example

White with #CB2583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2583; }

 p { color: rgb(203,37,131); }

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

background-color css

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

 a { background-color: rgb(203,37,131); }

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

border-color css

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

 span { border-color: rgb(203,37,131); }

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