Html Css Color HEX #CF47C5 Fuchsia

📋 copy color: '#CF47C5'

red 207 ◦ green 71 ◦ blue 197

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

Shades of Fuchsia #CF47C5

Tints of Fuchsia #CF47C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 43.58%
G = 14.95%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF47C5 (or 0xCF47C5) is known color: Fuchsia. HEX triplet: CF, 47 and C5. RGB value is (207,71,197). Sum of RGB (Red+Green+Blue) = 207+71+197=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47C5 is #30B83A. Grayscale: #7D7D7D. Windows color (decimal): -3192891 or 12928975. OLE color: 12928975.

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

Color convert

RGB 207 71 197 -
CMYK 0 0.66 0.05 0.19
HSL 304.41º 0.59% 0.55% -
HSV(B) 304.41º 0.66% 0.81% -
XYZ 38.06 21.8 55.03 -
YUV 126.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 207 71 197 0 0.66 0.05 0.19 304.41 0.59 0.55
Hex CF 47 C5 0 42 5 13 130 3B 37
Octal 317 107 305 0 102 5 23 460 73 67
Binary 11001111 1000111 11000101 0 1000010 101 10011 100110000 111011 110111

Color Harmonies of #CF47C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47C5

Black with #CF47C5

Text Example


Text Example

White with #CF47C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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