Html Css Color HEX #CF248C Medium Violet Red

📋 copy color: '#CF248C'

red 207 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #CF248C

Tints of Medium Violet Red #CF248C

RGB

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

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

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

R = 54.05%
G = 9.4%
B = 36.55%

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

#CF248C (or 0xCF248C) is known color: Medium Violet Red. HEX triplet: CF, 24 and 8C. RGB value is (207,36,140). Sum of RGB (Red+Green+Blue) = 207+36+140=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF248C is #30DB73. Grayscale: #626262. Windows color (decimal): -3201908 or 9184463. OLE color: 9184463.

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

Color convert

RGB 207 36 140 -
CMYK 0 0.83 0.32 0.19
HSL 323.51º 0.7% 0.48% -
HSV(B) 323.51º 0.83% 0.81% -
XYZ 31.1 16.42 26.34 -
YUV 98.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 207 36 140 0 0.83 0.32 0.19 323.51 0.7 0.48
Hex CF 24 8C 0 53 20 13 144 46 30
Octal 317 44 214 0 123 40 23 504 106 60
Binary 11001111 100100 10001100 0 1010011 100000 10011 101000100 1000110 110000

Color Harmonies of #CF248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF248C

Black with #CF248C

Text Example


Text Example

White with #CF248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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