Html Css Color HEX #CF47CF Fuchsia

📋 copy color: '#CF47CF'

red 207 ◦ green 71 ◦ blue 207

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

Shades of Fuchsia #CF47CF

Tints of Fuchsia #CF47CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.64%

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

R = 42.68%
G = 14.64%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF47CF (or 0xCF47CF) is known color: Fuchsia. HEX triplet: CF, 47 and CF. RGB value is (207,71,207). Sum of RGB (Red+Green+Blue) = 207+71+207=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47CF is #30B830. Grayscale: #7E7E7E. Windows color (decimal): -3192881 or 13584335. OLE color: 13584335.

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

Color convert

RGB 207 71 207 -
CMYK 0 0.66 0 0.19
HSL 300º 0.59% 0.55% -
HSV(B) 300º 0.66% 0.81% -
XYZ 39.25 22.28 61.26 -
YUV 127.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 207 71 207 0 0.66 0 0.19 300 0.59 0.55
Hex CF 47 CF 0 42 0 13 12C 3B 37
Octal 317 107 317 0 102 0 23 454 73 67
Binary 11001111 1000111 11001111 0 1000010 0 10011 100101100 111011 110111

Color Harmonies of #CF47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47CF

Black with #CF47CF

Text Example


Text Example

White with #CF47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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