Html Css Color HEX #CF49CE Fuchsia

📋 copy color: '#CF49CE'

red 207 ◦ green 73 ◦ blue 206

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

Shades of Fuchsia #CF49CE

Tints of Fuchsia #CF49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.02%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 42.59%
G = 15.02%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF49CE (or 0xCF49CE) is known color: Fuchsia. HEX triplet: CF, 49 and CE. RGB value is (207,73,206). Sum of RGB (Red+Green+Blue) = 207+73+206=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49CE is #30B631. Grayscale: #7F7F7F. Windows color (decimal): -3192370 or 13519311. OLE color: 13519311.

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

Color convert

RGB 207 73 206 -
CMYK 0 0.65 0.00 0.19
HSL 300.45º 0.58% 0.55% -
HSV(B) 300.45º 0.65% 0.81% -
XYZ 39.26 22.49 60.66 -
YUV 128.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 207 73 206 0 0.65 0.00 0.19 300.45 0.58 0.55
Hex CF 49 CE 0 41 0 13 12C 3A 37
Octal 317 111 316 0 101 0 23 454 72 67
Binary 11001111 1001001 11001110 0 1000001 0 10011 100101100 111010 110111

Color Harmonies of #CF49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49CE

Black with #CF49CE

Text Example


Text Example

White with #CF49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49CE; }

 p { color: rgb(207,73,206); }

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

background-color css

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

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

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

border-color css

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

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

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