Html Css Color HEX #CF46BE Fuchsia

📋 copy color: '#CF46BE'

red 207 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #CF46BE

Tints of Fuchsia #CF46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.99%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 44.33%
G = 14.99%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF46BE (or 0xCF46BE) is known color: Fuchsia. HEX triplet: CF, 46 and BE. RGB value is (207,70,190). Sum of RGB (Red+Green+Blue) = 207+70+190=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46BE is #30B941. Grayscale: #7C7C7C. Windows color (decimal): -3193154 or 12469967. OLE color: 12469967.

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

Color convert

RGB 207 70 190 -
CMYK 0 0.66 0.08 0.19
HSL 307.45º 0.59% 0.54% -
HSV(B) 307.45º 0.66% 0.81% -
XYZ 37.22 21.36 50.88 -
YUV 124.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 207 70 190 0 0.66 0.08 0.19 307.45 0.59 0.54
Hex CF 46 BE 0 42 8 13 133 3B 36
Octal 317 106 276 0 102 10 23 463 73 66
Binary 11001111 1000110 10111110 0 1000010 1000 10011 100110011 111011 110110

Color Harmonies of #CF46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF46BE

Black with #CF46BE

Text Example


Text Example

White with #CF46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF46BE; }

 p { color: rgb(207,70,190); }

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

background-color css

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

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

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

border-color css

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

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

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