Html Css Color HEX #CB259E Medium Violet Red

📋 copy color: '#CB259E'

red 203 ◦ green 37 ◦ blue 158

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

Shades of Medium Violet Red #CB259E

Tints of Medium Violet Red #CB259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 51.01%
G = 9.3%
B = 39.7%

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

#CB259E (or 0xCB259E) is known color: Medium Violet Red. HEX triplet: CB, 25 and 9E. RGB value is (203,37,158). Sum of RGB (Red+Green+Blue) = 203+37+158=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB259E is #34DA61. Grayscale: #646464. Windows color (decimal): -3463778 or 10364363. OLE color: 10364363.

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

Color convert

RGB 203 37 158 -
CMYK 0 0.82 0.22 0.20
HSL 316.27º 0.69% 0.47% -
HSV(B) 316.27º 0.82% 0.8% -
XYZ 31.46 16.49 33.87 -
YUV 100.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 203 37 158 0 0.82 0.22 0.20 316.27 0.69 0.47
Hex CB 25 9E 0 52 16 14 13C 45 2F
Octal 313 45 236 0 122 26 24 474 105 57
Binary 11001011 100101 10011110 0 1010010 10110 10100 100111100 1000101 101111

Color Harmonies of #CB259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB259E

Black with #CB259E

Text Example


Text Example

White with #CB259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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