Html Css Color HEX #CB258B Medium Violet Red

📋 copy color: '#CB258B'

red 203 ◦ green 37 ◦ blue 139

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

Shades of Medium Violet Red #CB258B

Tints of Medium Violet Red #CB258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 53.56%
G = 9.76%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB258B (or 0xCB258B) is known color: Medium Violet Red. HEX triplet: CB, 25 and 8B. RGB value is (203,37,139). Sum of RGB (Red+Green+Blue) = 203+37+139=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB258B is #34DA74. Grayscale: #626262. Windows color (decimal): -3463797 or 9119179. OLE color: 9119179.

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

Color convert

RGB 203 37 139 -
CMYK 0 0.82 0.32 0.20
HSL 323.13º 0.69% 0.47% -
HSV(B) 323.13º 0.82% 0.8% -
XYZ 29.95 15.88 25.91 -
YUV 98.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 203 37 139 0 0.82 0.32 0.20 323.13 0.69 0.47
Hex CB 25 8B 0 52 20 14 143 45 2F
Octal 313 45 213 0 122 40 24 503 105 57
Binary 11001011 100101 10001011 0 1010010 100000 10100 101000011 1000101 101111

Color Harmonies of #CB258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB258B

Black with #CB258B

Text Example


Text Example

White with #CB258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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