Html Css Color HEX #CB259F Medium Violet Red

📋 copy color: '#CB259F'

red 203 ◦ green 37 ◦ blue 159

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

Shades of Medium Violet Red #CB259F

Tints of Medium Violet Red #CB259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 50.88%
G = 9.27%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB259F (or 0xCB259F) is known color: Medium Violet Red. HEX triplet: CB, 25 and 9F. RGB value is (203,37,159). Sum of RGB (Red+Green+Blue) = 203+37+159=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB259F is #34DA60. Grayscale: #646464. Windows color (decimal): -3463777 or 10429899. OLE color: 10429899.

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

Color convert

RGB 203 37 159 -
CMYK 0 0.82 0.22 0.20
HSL 315.9º 0.69% 0.47% -
HSV(B) 315.9º 0.82% 0.8% -
XYZ 31.55 16.52 34.33 -
YUV 100.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 203 37 159 0 0.82 0.22 0.20 315.9 0.69 0.47
Hex CB 25 9F 0 52 16 14 13C 45 2F
Octal 313 45 237 0 122 26 24 474 105 57
Binary 11001011 100101 10011111 0 1010010 10110 10100 100111100 1000101 101111

Color Harmonies of #CB259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB259F

Black with #CB259F

Text Example


Text Example

White with #CB259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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