Html Css Color HEX #CF49CB Fuchsia

📋 copy color: '#CF49CB'

red 207 ◦ green 73 ◦ blue 203

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

Shades of Fuchsia #CF49CB

Tints of Fuchsia #CF49CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 42.86%
G = 15.11%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF49CB (or 0xCF49CB) is known color: Fuchsia. HEX triplet: CF, 49 and CB. RGB value is (207,73,203). Sum of RGB (Red+Green+Blue) = 207+73+203=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49CB is #30B634. Grayscale: #7F7F7F. Windows color (decimal): -3192373 or 13322703. OLE color: 13322703.

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

Color convert

RGB 207 73 203 -
CMYK 0 0.65 0.02 0.19
HSL 301.79º 0.58% 0.55% -
HSV(B) 301.79º 0.65% 0.81% -
XYZ 38.89 22.34 58.76 -
YUV 127.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 207 73 203 0 0.65 0.02 0.19 301.79 0.58 0.55
Hex CF 49 CB 0 41 2 13 12E 3A 37
Octal 317 111 313 0 101 2 23 456 72 67
Binary 11001111 1001001 11001011 0 1000001 10 10011 100101110 111010 110111

Color Harmonies of #CF49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49CB

Black with #CF49CB

Text Example


Text Example

White with #CF49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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