Html Css Color HEX #CD23AF Medium Violet Red

📋 copy color: '#CD23AF'

red 205 ◦ green 35 ◦ blue 175

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

Shades of Medium Violet Red #CD23AF

Tints of Medium Violet Red #CD23AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 49.4%
G = 8.43%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD23AF (or 0xCD23AF) is known color: Medium Violet Red. HEX triplet: CD, 23 and AF. RGB value is (205,35,175). Sum of RGB (Red+Green+Blue) = 205+35+175=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD23AF is #32DC50. Grayscale: #656565. Windows color (decimal): -3333201 or 11477965. OLE color: 11477965.

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

Color convert

RGB 205 35 175 -
CMYK 0 0.83 0.15 0.20
HSL 310.59º 0.71% 0.47% -
HSV(B) 310.59º 0.83% 0.8% -
XYZ 33.52 17.28 42.13 -
YUV 101.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 205 35 175 0 0.83 0.15 0.20 310.59 0.71 0.47
Hex CD 23 AF 0 53 F 14 137 47 2F
Octal 315 43 257 0 123 17 24 467 107 57
Binary 11001101 100011 10101111 0 1010011 1111 10100 100110111 1000111 101111

Color Harmonies of #CD23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23AF

Black with #CD23AF

Text Example


Text Example

White with #CD23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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