Html Css Color HEX #CB237D Medium Violet Red

📋 copy color: '#CB237D'

red 203 ◦ green 35 ◦ blue 125

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

Shades of Medium Violet Red #CB237D

Tints of Medium Violet Red #CB237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 55.92%
G = 9.64%
B = 34.44%

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

#CB237D (or 0xCB237D) is known color: Medium Violet Red. HEX triplet: CB, 23 and 7D. RGB value is (203,35,125). Sum of RGB (Red+Green+Blue) = 203+35+125=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB237D is #34DC82. Grayscale: #5F5F5F. Windows color (decimal): -3464323 or 8201163. OLE color: 8201163.

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

Color convert

RGB 203 35 125 -
CMYK 0 0.83 0.38 0.20
HSL 327.86º 0.71% 0.47% -
HSV(B) 327.86º 0.83% 0.8% -
XYZ 28.93 15.38 20.85 -
YUV 95.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 203 35 125 0 0.83 0.38 0.20 327.86 0.71 0.47
Hex CB 23 7D 0 53 26 14 148 47 2F
Octal 313 43 175 0 123 46 24 510 107 57
Binary 11001011 100011 1111101 0 1010011 100110 10100 101001000 1000111 101111

Color Harmonies of #CB237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB237D

Black with #CB237D

Text Example


Text Example

White with #CB237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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