Html Css Color HEX #CB238F Medium Violet Red

📋 copy color: '#CB238F'

red 203 ◦ green 35 ◦ blue 143

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

Shades of Medium Violet Red #CB238F

Tints of Medium Violet Red #CB238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 53.28%
G = 9.19%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB238F (or 0xCB238F) is known color: Medium Violet Red. HEX triplet: CB, 23 and 8F. RGB value is (203,35,143). Sum of RGB (Red+Green+Blue) = 203+35+143=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB238F is #34DC70. Grayscale: #616161. Windows color (decimal): -3464305 or 9380811. OLE color: 9380811.

HSL color Cylindrical-coordinate representation of color #CB238F: hue angle of 321.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB238F is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 143 -
CMYK 0 0.83 0.30 0.20
HSL 321.43º 0.71% 0.47% -
HSV(B) 321.43º 0.83% 0.8% -
XYZ 30.19 15.88 27.46 -
YUV 97.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 203 35 143 0 0.83 0.30 0.20 321.43 0.71 0.47
Hex CB 23 8F 0 53 1E 14 141 47 2F
Octal 313 43 217 0 123 36 24 501 107 57
Binary 11001011 100011 10001111 0 1010011 11110 10100 101000001 1000111 101111

Color Harmonies of #CB238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB238F

Black with #CB238F

Text Example


Text Example

White with #CB238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB238F; }

 p { color: rgb(203,35,143); }

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

background-color css

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

 a { background-color: rgb(203,35,143); }

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

border-color css

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

 span { border-color: rgb(203,35,143); }

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