Html Css Color HEX #CD237B Medium Violet Red

📋 copy color: '#CD237B'

red 205 ◦ green 35 ◦ blue 123

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

Shades of Medium Violet Red #CD237B

Tints of Medium Violet Red #CD237B

RGB

 RED value IS 205 (80.47% from 255) = 56.47%

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 56.47%
G = 9.64%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD237B (or 0xCD237B) is known color: Medium Violet Red. HEX triplet: CD, 23 and 7B. RGB value is (205,35,123). Sum of RGB (Red+Green+Blue) = 205+35+123=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD237B is #32DC84. Grayscale: #5F5F5F. Windows color (decimal): -3333253 or 8070093. OLE color: 8070093.

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

Color convert

RGB 205 35 123 -
CMYK 0 0.83 0.4 0.20
HSL 328.94º 0.71% 0.47% -
HSV(B) 328.94º 0.83% 0.8% -
XYZ 29.35 15.61 20.21 -
YUV 95.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 205 35 123 0 0.83 0.4 0.20 328.94 0.71 0.47
Hex CD 23 7B 0 53 28 14 149 47 2F
Octal 315 43 173 0 123 50 24 511 107 57
Binary 11001101 100011 1111011 0 1010011 101000 10100 101001001 1000111 101111

Color Harmonies of #CD237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD237B

Black with #CD237B

Text Example


Text Example

White with #CD237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD237B; }

 p { color: rgb(205,35,123); }

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

background-color css

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

 a { background-color: rgb(205,35,123); }

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

border-color css

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

 span { border-color: rgb(205,35,123); }

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