Html Css Color HEX #CF248B Medium Violet Red

📋 copy color: '#CF248B'

red 207 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #CF248B

Tints of Medium Violet Red #CF248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 54.19%
G = 9.42%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF248B (or 0xCF248B) is known color: Medium Violet Red. HEX triplet: CF, 24 and 8B. RGB value is (207,36,139). Sum of RGB (Red+Green+Blue) = 207+36+139=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF248B is #30DB74. Grayscale: #626262. Windows color (decimal): -3201909 or 9118927. OLE color: 9118927.

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

Color convert

RGB 207 36 139 -
CMYK 0 0.83 0.33 0.19
HSL 323.86º 0.7% 0.48% -
HSV(B) 323.86º 0.83% 0.81% -
XYZ 31.02 16.39 25.95 -
YUV 98.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 207 36 139 0 0.83 0.33 0.19 323.86 0.7 0.48
Hex CF 24 8B 0 53 21 13 144 46 30
Octal 317 44 213 0 123 41 23 504 106 60
Binary 11001111 100100 10001011 0 1010011 100001 10011 101000100 1000110 110000

Color Harmonies of #CF248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF248B

Black with #CF248B

Text Example


Text Example

White with #CF248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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