Html Css Color HEX #CB237E Medium Violet Red

📋 copy color: '#CB237E'

red 203 ◦ green 35 ◦ blue 126

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

Shades of Medium Violet Red #CB237E

Tints of Medium Violet Red #CB237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 55.77%
G = 9.62%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB237E (or 0xCB237E) is known color: Medium Violet Red. HEX triplet: CB, 23 and 7E. RGB value is (203,35,126). Sum of RGB (Red+Green+Blue) = 203+35+126=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB237E is #34DC81. Grayscale: #5F5F5F. Windows color (decimal): -3464322 or 8266699. OLE color: 8266699.

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

Color convert

RGB 203 35 126 -
CMYK 0 0.83 0.38 0.20
HSL 327.5º 0.71% 0.47% -
HSV(B) 327.5º 0.83% 0.8% -
XYZ 29 15.4 21.18 -
YUV 95.61 145.16 204.6 -
System Red Green Blue C M Y K H S L
Decimal 203 35 126 0 0.83 0.38 0.20 327.5 0.71 0.47
Hex CB 23 7E 0 53 26 14 148 47 2F
Octal 313 43 176 0 123 46 24 510 107 57
Binary 11001011 100011 1111110 0 1010011 100110 10100 101001000 1000111 101111

Color Harmonies of #CB237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB237E

Black with #CB237E

Text Example


Text Example

White with #CB237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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