Html Css Color HEX #CB259D Medium Violet Red

📋 copy color: '#CB259D'

red 203 ◦ green 37 ◦ blue 157

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

Shades of Medium Violet Red #CB259D

Tints of Medium Violet Red #CB259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 51.13%
G = 9.32%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB259D (or 0xCB259D) is known color: Medium Violet Red. HEX triplet: CB, 25 and 9D. RGB value is (203,37,157). Sum of RGB (Red+Green+Blue) = 203+37+157=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB259D is #34DA62. Grayscale: #636363. Windows color (decimal): -3463779 or 10298827. OLE color: 10298827.

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

Color convert

RGB 203 37 157 -
CMYK 0 0.82 0.23 0.20
HSL 316.63º 0.69% 0.47% -
HSV(B) 316.63º 0.82% 0.8% -
XYZ 31.38 16.45 33.42 -
YUV 100.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 203 37 157 0 0.82 0.23 0.20 316.63 0.69 0.47
Hex CB 25 9D 0 52 17 14 13D 45 2F
Octal 313 45 235 0 122 27 24 475 105 57
Binary 11001011 100101 10011101 0 1010010 10111 10100 100111101 1000101 101111

Color Harmonies of #CB259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB259D

Black with #CB259D

Text Example


Text Example

White with #CB259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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