Html Css Color HEX #CB259B Medium Violet Red

📋 copy color: '#CB259B'

red 203 ◦ green 37 ◦ blue 155

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

Shades of Medium Violet Red #CB259B

Tints of Medium Violet Red #CB259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 51.39%
G = 9.37%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB259B (or 0xCB259B) is known color: Medium Violet Red. HEX triplet: CB, 25 and 9B. RGB value is (203,37,155). Sum of RGB (Red+Green+Blue) = 203+37+155=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB259B is #34DA64. Grayscale: #636363. Windows color (decimal): -3463781 or 10167755. OLE color: 10167755.

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

Color convert

RGB 203 37 155 -
CMYK 0 0.82 0.24 0.20
HSL 317.35º 0.69% 0.47% -
HSV(B) 317.35º 0.82% 0.8% -
XYZ 31.21 16.39 32.53 -
YUV 100.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 203 37 155 0 0.82 0.24 0.20 317.35 0.69 0.47
Hex CB 25 9B 0 52 18 14 13D 45 2F
Octal 313 45 233 0 122 30 24 475 105 57
Binary 11001011 100101 10011011 0 1010010 11000 10100 100111101 1000101 101111

Color Harmonies of #CB259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB259B

Black with #CB259B

Text Example


Text Example

White with #CB259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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