Html Css Color HEX #CD248D Medium Violet Red

📋 copy color: '#CD248D'

red 205 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #CD248D

Tints of Medium Violet Red #CD248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.42%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 53.66%
G = 9.42%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD248D (or 0xCD248D) is known color: Medium Violet Red. HEX triplet: CD, 24 and 8D. RGB value is (205,36,141). Sum of RGB (Red+Green+Blue) = 205+36+141=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD248D is #32DB72. Grayscale: #626262. Windows color (decimal): -3332979 or 9249997. OLE color: 9249997.

HSL color Cylindrical-coordinate representation of color #CD248D: hue angle of 322.72º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD248D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 141 -
CMYK 0 0.82 0.31 0.20
HSL 322.72º 0.7% 0.47% -
HSV(B) 322.72º 0.82% 0.8% -
XYZ 30.62 16.16 26.71 -
YUV 98.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 205 36 141 0 0.82 0.31 0.20 322.72 0.7 0.47
Hex CD 24 8D 0 52 1F 14 143 46 2F
Octal 315 44 215 0 122 37 24 503 106 57
Binary 11001101 100100 10001101 0 1010010 11111 10100 101000011 1000110 101111

Color Harmonies of #CD248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD248D

Black with #CD248D

Text Example


Text Example

White with #CD248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD248D; }

 p { color: rgb(205,36,141); }

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

background-color css

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

 a { background-color: rgb(205,36,141); }

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

border-color css

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

 span { border-color: rgb(205,36,141); }

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