Html Css Color HEX #CB238C Medium Violet Red

📋 copy color: '#CB238C'

red 203 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #CB238C

Tints of Medium Violet Red #CB238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 53.7%
G = 9.26%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB238C (or 0xCB238C) is known color: Medium Violet Red. HEX triplet: CB, 23 and 8C. RGB value is (203,35,140). Sum of RGB (Red+Green+Blue) = 203+35+140=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB238C is #34DC73. Grayscale: #606060. Windows color (decimal): -3464308 or 9184203. OLE color: 9184203.

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

Color convert

RGB 203 35 140 -
CMYK 0 0.83 0.31 0.20
HSL 322.5º 0.71% 0.47% -
HSV(B) 322.5º 0.83% 0.8% -
XYZ 29.96 15.79 26.28 -
YUV 97.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 203 35 140 0 0.83 0.31 0.20 322.5 0.71 0.47
Hex CB 23 8C 0 53 1F 14 142 47 2F
Octal 313 43 214 0 123 37 24 502 107 57
Binary 11001011 100011 10001100 0 1010011 11111 10100 101000010 1000111 101111

Color Harmonies of #CB238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB238C

Black with #CB238C

Text Example


Text Example

White with #CB238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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