Html Css Color HEX #CB2581 Medium Violet Red

📋 copy color: '#CB2581'

red 203 ◦ green 37 ◦ blue 129

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

Shades of Medium Violet Red #CB2581

Tints of Medium Violet Red #CB2581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 55.01%
G = 10.03%
B = 34.96%

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

#CB2581 (or 0xCB2581) is known color: Medium Violet Red. HEX triplet: CB, 25 and 81. RGB value is (203,37,129). Sum of RGB (Red+Green+Blue) = 203+37+129=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2581 is #34DA7E. Grayscale: #606060. Windows color (decimal): -3463807 or 8463819. OLE color: 8463819.

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

Color convert

RGB 203 37 129 -
CMYK 0 0.82 0.36 0.20
HSL 326.75º 0.69% 0.47% -
HSV(B) 326.75º 0.82% 0.8% -
XYZ 29.25 15.6 22.24 -
YUV 97.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 203 37 129 0 0.82 0.36 0.20 326.75 0.69 0.47
Hex CB 25 81 0 52 24 14 147 45 2F
Octal 313 45 201 0 122 44 24 507 105 57
Binary 11001011 100101 10000001 0 1010010 100100 10100 101000111 1000101 101111

Color Harmonies of #CB2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2581

Black with #CB2581

Text Example


Text Example

White with #CB2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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