Html Css Color HEX #CB2582 Medium Violet Red

📋 copy color: '#CB2582'

red 203 ◦ green 37 ◦ blue 130

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

Shades of Medium Violet Red #CB2582

Tints of Medium Violet Red #CB2582

RGB

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

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

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

R = 54.86%
G = 10%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB2582 (or 0xCB2582) is known color: Medium Violet Red. HEX triplet: CB, 25 and 82. RGB value is (203,37,130). Sum of RGB (Red+Green+Blue) = 203+37+130=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2582 is #34DA7D. Grayscale: #616161. Windows color (decimal): -3463806 or 8529355. OLE color: 8529355.

HSL color Cylindrical-coordinate representation of color #CB2582: hue angle of 326.39º 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 #CB2582 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 130 -
CMYK 0 0.82 0.36 0.20
HSL 326.39º 0.69% 0.47% -
HSV(B) 326.39º 0.82% 0.8% -
XYZ 29.32 15.63 22.59 -
YUV 97.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 203 37 130 0 0.82 0.36 0.20 326.39 0.69 0.47
Hex CB 25 82 0 52 24 14 146 45 2F
Octal 313 45 202 0 122 44 24 506 105 57
Binary 11001011 100101 10000010 0 1010010 100100 10100 101000110 1000101 101111

Color Harmonies of #CB2582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2582

Black with #CB2582

Text Example


Text Example

White with #CB2582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2582; }

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

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

background-color css

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

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

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

border-color css

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

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

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