Html Css Color HEX #CD248C Medium Violet Red

📋 copy color: '#CD248C'

red 205 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #CD248C

Tints of Medium Violet Red #CD248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 53.81%
G = 9.45%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD248C (or 0xCD248C) is known color: Medium Violet Red. HEX triplet: CD, 24 and 8C. RGB value is (205,36,140). Sum of RGB (Red+Green+Blue) = 205+36+140=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD248C is #32DB73. Grayscale: #626262. Windows color (decimal): -3332980 or 9184461. OLE color: 9184461.

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

Color convert

RGB 205 36 140 -
CMYK 0 0.82 0.32 0.20
HSL 323.08º 0.7% 0.47% -
HSV(B) 323.08º 0.82% 0.8% -
XYZ 30.54 16.13 26.32 -
YUV 98.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 205 36 140 0 0.82 0.32 0.20 323.08 0.7 0.47
Hex CD 24 8C 0 52 20 14 143 46 2F
Octal 315 44 214 0 122 40 24 503 106 57
Binary 11001101 100100 10001100 0 1010010 100000 10100 101000011 1000110 101111

Color Harmonies of #CD248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD248C

Black with #CD248C

Text Example


Text Example

White with #CD248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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