Html Css Color HEX #CF248D Medium Violet Red

📋 copy color: '#CF248D'

red 207 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #CF248D

Tints of Medium Violet Red #CF248D

RGB

 RED value IS 207 (81.25% from 255) = 53.91%

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

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

R = 53.91%
G = 9.38%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF248D (or 0xCF248D) is known color: Medium Violet Red. HEX triplet: CF, 24 and 8D. RGB value is (207,36,141). Sum of RGB (Red+Green+Blue) = 207+36+141=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF248D is #30DB72. Grayscale: #626262. Windows color (decimal): -3201907 or 9249999. OLE color: 9249999.

HSL color Cylindrical-coordinate representation of color #CF248D: hue angle of 323.16º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF248D is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 141 -
CMYK 0 0.83 0.32 0.19
HSL 323.16º 0.7% 0.48% -
HSV(B) 323.16º 0.83% 0.81% -
XYZ 31.17 16.45 26.73 -
YUV 99.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 207 36 141 0 0.83 0.32 0.19 323.16 0.7 0.48
Hex CF 24 8D 0 53 20 13 143 46 30
Octal 317 44 215 0 123 40 23 503 106 60
Binary 11001111 100100 10001101 0 1010011 100000 10011 101000011 1000110 110000

Color Harmonies of #CF248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF248D

Black with #CF248D

Text Example


Text Example

White with #CF248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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