Html Css Color HEX #CF48BF Fuchsia

📋 copy color: '#CF48BF'

red 207 ◦ green 72 ◦ blue 191

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

Shades of Fuchsia #CF48BF

Tints of Fuchsia #CF48BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.32%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 44.04%
G = 15.32%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF48BF (or 0xCF48BF) is known color: Fuchsia. HEX triplet: CF, 48 and BF. RGB value is (207,72,191). Sum of RGB (Red+Green+Blue) = 207+72+191=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48BF is #30B740. Grayscale: #7D7D7D. Windows color (decimal): -3192641 or 12536015. OLE color: 12536015.

HSL color Cylindrical-coordinate representation of color #CF48BF: hue angle of 307.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF48BF is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 72 191 -
CMYK 0 0.65 0.08 0.19
HSL 307.11º 0.58% 0.55% -
HSV(B) 307.11º 0.65% 0.81% -
XYZ 37.45 21.66 51.5 -
YUV 125.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 207 72 191 0 0.65 0.08 0.19 307.11 0.58 0.55
Hex CF 48 BF 0 41 8 13 133 3A 37
Octal 317 110 277 0 101 10 23 463 72 67
Binary 11001111 1001000 10111111 0 1000001 1000 10011 100110011 111010 110111

Color Harmonies of #CF48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48BF

Black with #CF48BF

Text Example


Text Example

White with #CF48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48BF; }

 p { color: rgb(207,72,191); }

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

background-color css

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

 a { background-color: rgb(207,72,191); }

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

border-color css

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

 span { border-color: rgb(207,72,191); }

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