Html Css Color HEX #CD237A Medium Violet Red

📋 copy color: '#CD237A'

red 205 ◦ green 35 ◦ blue 122

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

Shades of Medium Violet Red #CD237A

Tints of Medium Violet Red #CD237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 56.63%
G = 9.67%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD237A (or 0xCD237A) is known color: Medium Violet Red. HEX triplet: CD, 23 and 7A. RGB value is (205,35,122). Sum of RGB (Red+Green+Blue) = 205+35+122=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD237A is #32DC85. Grayscale: #5F5F5F. Windows color (decimal): -3333254 or 8004557. OLE color: 8004557.

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

Color convert

RGB 205 35 122 -
CMYK 0 0.83 0.40 0.20
HSL 329.29º 0.71% 0.47% -
HSV(B) 329.29º 0.83% 0.8% -
XYZ 29.29 15.59 19.88 -
YUV 95.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 205 35 122 0 0.83 0.40 0.20 329.29 0.71 0.47
Hex CD 23 7A 0 53 28 14 149 47 2F
Octal 315 43 172 0 123 50 24 511 107 57
Binary 11001101 100011 1111010 0 1010011 101000 10100 101001001 1000111 101111

Color Harmonies of #CD237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD237A

Black with #CD237A

Text Example


Text Example

White with #CD237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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