Html Css Color HEX #CF48CF Fuchsia

📋 copy color: '#CF48CF'

red 207 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #CF48CF

Tints of Fuchsia #CF48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 42.59%
G = 14.81%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF48CF (or 0xCF48CF) is known color: Fuchsia. HEX triplet: CF, 48 and CF. RGB value is (207,72,207). Sum of RGB (Red+Green+Blue) = 207+72+207=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48CF is #30B730. Grayscale: #7F7F7F. Windows color (decimal): -3192625 or 13584591. OLE color: 13584591.

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

Color convert

RGB 207 72 207 -
CMYK 0 0.65 0 0.19
HSL 300º 0.58% 0.55% -
HSV(B) 300º 0.65% 0.81% -
XYZ 39.31 22.41 61.28 -
YUV 127.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 207 72 207 0 0.65 0 0.19 300 0.58 0.55
Hex CF 48 CF 0 41 0 13 12C 3A 37
Octal 317 110 317 0 101 0 23 454 72 67
Binary 11001111 1001000 11001111 0 1000001 0 10011 100101100 111010 110111

Color Harmonies of #CF48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48CF

Black with #CF48CF

Text Example


Text Example

White with #CF48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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